#30126D

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

Shades of Persian Indigo #30126D

Tints of Persian Indigo #30126D

Color information

#30126D (or 0x30126D) is unknown color: approx Persian Indigo. HEX triplet: 30, 12 and 6D. RGB value is (48,18,109). Sum of RGB (Red+Green+Blue) = 48+18+109=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #30126D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30126D is #CFED92. Grayscale: #252525. Windows color (decimal): -13626771 or 7148080. OLE color: 7148080.

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

Color convert

RGB4818109-
CMYK0.560.8300.57
HSL259.78º71.65%24.9%-
HSV(B)259.78º83.49%42.75%-
XYZ4.22.1714.66-
YUV37.34168.44135.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.43%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 109 (42.97% from 255) = 62.29%
R=27.43%
G=10.29%
B=62.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48181090.560.8300.57259.7871.6524.9
Hex30126D38530391044819
Octal60221557012307140411031
Binary11000010010110110111100010100110111001100000100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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