#30209B

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

Shades of Persian Indigo #30209B

Tints of Persian Indigo #30209B

Color information

#30209B (or 0x30209B) is unknown color: approx Persian Indigo. HEX triplet: 30, 20 and 9B. RGB value is (48,32,155). Sum of RGB (Red+Green+Blue) = 48+32+155=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #30209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30209B is #CFDF64. Grayscale: #323232. Windows color (decimal): -13623141 or 10166320. OLE color: 10166320.

HSL color Cylindrical-coordinate representation of color #30209B: hue angle of 247.8º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30209B is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4832155-
CMYK0.690.7900.39
HSL247.8º65.78%36.67%-
HSV(B)247.8º79.35%60.78%-
XYZ7.654.0331.38-
YUV50.81186.8126-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 32 (12.89% from 255) = 13.62%
BLUE value IS 155 (60.94% from 255) = 65.96%
R=20.43%
G=13.62%
B=65.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48321550.690.7900.39247.865.7836.67
Hex30209B454F027f84225
Octal604023310511704737010245
Binary11000010000010011011100010110011110100111111110001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30209B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30209B; }

 p { color: rgb(48,32,155); }

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

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

 a { background-color: rgb(48,32,155); }

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

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

 span { border-color: rgb(48,32,155); }

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