#36169E

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

Shades of Persian Indigo #36169E

Tints of Persian Indigo #36169E

Color information

#36169E (or 0x36169E) is unknown color: approx Persian Indigo. HEX triplet: 36, 16 and 9E. RGB value is (54,22,158). Sum of RGB (Red+Green+Blue) = 54+22+158=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 158 (62.11% from 255 or 67.52% from 234); Max value from RGB is 158 - color contains mainly: blue. Hex color #36169E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36169E is #C9E961. Grayscale: #2E2E2E. Windows color (decimal): -13232482 or 10360374. OLE color: 10360374.

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

Color convert

RGB5422158-
CMYK0.660.8600.38
HSL254.12º75.56%35.29%-
HSV(B)254.12º86.08%61.96%-
XYZ7.983.8332.67-
YUV47.07190.6132.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 22 (8.98% from 255) = 9.40%
BLUE value IS 158 (62.11% from 255) = 67.52%
R=23.08%
G=9.40%
B=67.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54221580.660.8600.38254.1275.5635.29
Hex36169E4256026fe4c23
Octal662623610212604637611443
Binary1101101011010011110100001010101100100110111111101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36169E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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