#30106E

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

Shades of Persian Indigo #30106E

Tints of Persian Indigo #30106E

Color information

#30106E (or 0x30106E) is unknown color: approx Persian Indigo. HEX triplet: 30, 10 and 6E. RGB value is (48,16,110). Sum of RGB (Red+Green+Blue) = 48+16+110=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 110 (43.36% from 255 or 63.22% from 174); Max value from RGB is 110 - color contains mainly: blue. Hex color #30106E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30106E is #CFEF91. Grayscale: #232323. Windows color (decimal): -13627282 or 7213104. OLE color: 7213104.

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

Color convert

RGB4816110-
CMYK0.560.8500.57
HSL260.43º74.6%24.71%-
HSV(B)260.43º85.45%43.14%-
XYZ4.222.1214.94-
YUV36.28169.6136.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 16 (6.64% from 255) = 9.20%
BLUE value IS 110 (43.36% from 255) = 63.22%
R=27.59%
G=9.20%
B=63.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48161100.560.8500.57260.4374.624.71
Hex30106E38550391044b19
Octal60201567012507140411331
Binary11000010000110111011100010101010111001100000100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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