#30118B

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

Shades of Persian Indigo #30118B

Tints of Persian Indigo #30118B

Color information

#30118B (or 0x30118B) is unknown color: approx Persian Indigo. HEX triplet: 30, 11 and 8B. RGB value is (48,17,139). Sum of RGB (Red+Green+Blue) = 48+17+139=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 139 (54.69% from 255 or 68.14% from 204); Max value from RGB is 139 - color contains mainly: blue. Hex color #30118B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30118B is #CFEE74. Grayscale: #272727. Windows color (decimal): -13626997 or 9113904. OLE color: 9113904.

HSL color Cylindrical-coordinate representation of color #30118B: hue angle of 255.25º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30118B is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4817139-
CMYK0.650.8800.45
HSL255.25º78.21%30.59%-
HSV(B)255.25º87.77%54.51%-
XYZ6.082.8924.66-
YUV40.18183.77133.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.53%
GREEN value IS 17 (7.03% from 255) = 8.33%
BLUE value IS 139 (54.69% from 255) = 68.14%
R=23.53%
G=8.33%
B=68.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48171390.650.8800.45255.2578.2130.59
Hex30118B415802Dff4e1f
Octal602121310113005537711637
Binary110000100011000101110000011011000010110111111111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30118B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,17,139); }

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

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

 a { background-color: rgb(48,17,139); }

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

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

 span { border-color: rgb(48,17,139); }

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