#30126E

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

Shades of Persian Indigo #30126E

Tints of Persian Indigo #30126E

Color information

#30126E (or 0x30126E) is unknown color: approx Persian Indigo. HEX triplet: 30, 12 and 6E. RGB value is (48,18,110). Sum of RGB (Red+Green+Blue) = 48+18+110=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 110 (43.36% from 255 or 62.5% from 176); Max value from RGB is 110 - color contains mainly: blue. Hex color #30126E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30126E is #CFED91. Grayscale: #252525. Windows color (decimal): -13626770 or 7213616. OLE color: 7213616.

HSL color Cylindrical-coordinate representation of color #30126E: hue angle of 259.57º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30126E is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4818110-
CMYK0.560.8400.57
HSL259.57º71.88%25.1%-
HSV(B)259.57º83.64%43.14%-
XYZ4.252.1914.95-
YUV37.46168.94135.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 18 (7.42% from 255) = 10.23%
BLUE value IS 110 (43.36% from 255) = 62.5%
R=27.27%
G=10.23%
B=62.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48181100.560.8400.57259.5771.8825.1
Hex30126E38540391044819
Octal60221567012407140411031
Binary11000010010110111011100010101000111001100000100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30126E; }

 p { color: rgb(48,18,110); }

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

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

 a { background-color: rgb(48,18,110); }

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

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

 span { border-color: rgb(48,18,110); }

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