#300092

Color #300092 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #300092

Tints of Persian Indigo #300092

Color information

#300092 (or 0x300092) is unknown color: approx Persian Indigo. HEX triplet: 30, 00 and 92. RGB value is (48,0,146). Sum of RGB (Red+Green+Blue) = 48+0+146=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 146 (57.42% from 255 or 75.26% from 194); Max value from RGB is 146 - color contains mainly: blue. Hex color #300092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300092 is #CFFF6D. Grayscale: #1E1E1E. Windows color (decimal): -13631342 or 9568304. OLE color: 9568304.

HSL color Cylindrical-coordinate representation of color #300092: hue angle of 259.73º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300092 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB480146-
CMYK0.67100.43
HSL259.73º100%28.63%-
HSV(B)259.73º100%57.25%-
XYZ6.412.727.38-
YUV31192.9140.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 75.26%
R=24.74%
G=0%
B=75.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4801460.67100.43259.7310028.63
Hex30092436402B104641d
Octal60022210314405340414435
Binary110000010010010100001111001000101011100000100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300092; }

 p { color: rgb(48,0,146); }

 H1.HeaderClassName
 {
   color: #300092;
 }
 .AnyTagClassName
 {
   color: #300092;
 }
</style>
background-color css

<style>
 a { background-color: #300092; }

 a { background-color: rgb(48,0,146); }

 div.DivClassName
 {
   background-color: #300092;
 }
 .BgClassName
 {
   background-color: #300092;
 }
</style>
border-color css

<style>
 span { border-color: #300092; }

 span { border-color: rgb(48,0,146); }

 td.TdClassName
 {
   border-color: #300092;
 }
 .TagClassName
 {
   border-color: #300092;
 }
</style>