#36148E

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

Shades of Persian Indigo #36148E

Tints of Persian Indigo #36148E

Color information

#36148E (or 0x36148E) is unknown color: approx Persian Indigo. HEX triplet: 36, 14 and 8E. RGB value is (54,20,142). Sum of RGB (Red+Green+Blue) = 54+20+142=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 142 (55.86% from 255 or 65.74% from 216); Max value from RGB is 142 - color contains mainly: blue. Hex color #36148E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36148E is #C9EB71. Grayscale: #2B2B2B. Windows color (decimal): -13233010 or 9311286. OLE color: 9311286.

HSL color Cylindrical-coordinate representation of color #36148E: hue angle of 256.72º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #36148E is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5420142-
CMYK0.620.8600.44
HSL256.72º75.31%31.76%-
HSV(B)256.72º85.92%55.69%-
XYZ6.653.2425.87-
YUV44.07183.26135.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 20 (8.20% from 255) = 9.26%
BLUE value IS 142 (55.86% from 255) = 65.74%
R=25%
G=9.26%
B=65.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54201420.620.8600.44256.7275.3131.76
Hex36148E3E5602C1014b20
Octal66242167612605440111340
Binary1101101010010001110111110101011001011001000000011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36148E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,20,142); }

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

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

 a { background-color: rgb(54,20,142); }

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

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

 span { border-color: rgb(54,20,142); }

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