#362176

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

Shades of Persian Indigo #362176

Tints of Persian Indigo #362176

Color information

#362176 (or 0x362176) is unknown color: approx Persian Indigo. HEX triplet: 36, 21 and 76. RGB value is (54,33,118). Sum of RGB (Red+Green+Blue) = 54+33+118=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #362176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362176 is #C9DE89. Grayscale: #303030. Windows color (decimal): -13229706 or 7741750. OLE color: 7741750.

HSL color Cylindrical-coordinate representation of color #362176: hue angle of 254.82º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #362176 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5433118-
CMYK0.540.7200.54
HSL254.82º56.29%29.61%-
HSV(B)254.82º72.03%46.27%-
XYZ5.343.1817.47-
YUV48.97166.96131.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 33 (13.28% from 255) = 16.10%
BLUE value IS 118 (46.48% from 255) = 57.56%
R=26.34%
G=16.10%
B=57.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54331180.540.7200.54254.8256.2929.61
Hex3621763648036ff381e
Octal6641166661100663777036
Binary1101101000011110110110110100100001101101111111111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362176; }

 p { color: rgb(54,33,118); }

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

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

 a { background-color: rgb(54,33,118); }

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

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

 span { border-color: rgb(54,33,118); }

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