#30136C

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

Shades of Persian Indigo #30136C

Tints of Persian Indigo #30136C

Color information

#30136C (or 0x30136C) is unknown color: approx Persian Indigo. HEX triplet: 30, 13 and 6C. RGB value is (48,19,108). Sum of RGB (Red+Green+Blue) = 48+19+108=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #30136C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30136C is #CFEC93. Grayscale: #252525. Windows color (decimal): -13626516 or 7082800. OLE color: 7082800.

HSL color Cylindrical-coordinate representation of color #30136C: hue angle of 259.55º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30136C is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4819108-
CMYK0.560.8200.58
HSL259.55º70.08%24.9%-
HSV(B)259.55º82.41%42.35%-
XYZ4.162.1814.39-
YUV37.82167.61135.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.43%
GREEN value IS 19 (7.81% from 255) = 10.86%
BLUE value IS 108 (42.58% from 255) = 61.71%
R=27.43%
G=10.86%
B=61.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48191080.560.8200.58259.5570.0824.9
Hex30136C385203A1044619
Octal60231547012207240410631
Binary11000010011110110011100010100100111010100000100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30136C; }

 p { color: rgb(48,19,108); }

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

<style>
 a { background-color: #30136C; }

 a { background-color: rgb(48,19,108); }

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

<style>
 span { border-color: #30136C; }

 span { border-color: rgb(48,19,108); }

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