#30136E

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

Shades of Persian Indigo #30136E

Tints of Persian Indigo #30136E

Color information

#30136E (or 0x30136E) is unknown color: approx Persian Indigo. HEX triplet: 30, 13 and 6E. RGB value is (48,19,110). Sum of RGB (Red+Green+Blue) = 48+19+110=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 110 (43.36% from 255 or 62.15% from 177); Max value from RGB is 110 - color contains mainly: blue. Hex color #30136E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30136E is #CFEC91. Grayscale: #252525. Windows color (decimal): -13626514 or 7213872. OLE color: 7213872.

HSL color Cylindrical-coordinate representation of color #30136E: hue angle of 259.12º degrees, saturation: 0.71, 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 #30136E is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4819110-
CMYK0.560.8300.57
HSL259.12º70.54%25.29%-
HSV(B)259.12º82.73%43.14%-
XYZ4.272.2214.96-
YUV38.04168.61135.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.12%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 110 (43.36% from 255) = 62.15%
R=27.12%
G=10.73%
B=62.15%

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
Decimal48191100.560.8300.57259.1270.5425.29
Hex30136E38530391034719
Octal60231567012307140310731
Binary11000010011110111011100010100110111001100000011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30136E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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