#36149E

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

Shades of Persian Indigo #36149E

Tints of Persian Indigo #36149E

Color information

#36149E (or 0x36149E) is unknown color: approx Persian Indigo. HEX triplet: 36, 14 and 9E. RGB value is (54,20,158). Sum of RGB (Red+Green+Blue) = 54+20+158=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 158 (62.11% from 255 or 68.10% from 232); Max value from RGB is 158 - color contains mainly: blue. Hex color #36149E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36149E is #C9EB61. Grayscale: #2D2D2D. Windows color (decimal): -13232994 or 10359862. OLE color: 10359862.

HSL color Cylindrical-coordinate representation of color #36149E: hue angle of 254.78º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36149E is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5420158-
CMYK0.660.8700.38
HSL254.78º77.53%34.9%-
HSV(B)254.78º87.34%61.96%-
XYZ7.943.7532.65-
YUV45.9191.26133.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.28%
GREEN value IS 20 (8.20% from 255) = 8.62%
BLUE value IS 158 (62.11% from 255) = 68.10%
R=23.28%
G=8.62%
B=68.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54201580.660.8700.38254.7877.5334.9
Hex36149E4257026ff4e23
Octal662423610212704637711643
Binary1101101010010011110100001010101110100110111111111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36149E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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