#362179

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

Shades of Persian Indigo #362179

Tints of Persian Indigo #362179

Color information

#362179 (or 0x362179) is unknown color: approx Persian Indigo. HEX triplet: 36, 21 and 79. RGB value is (54,33,121). Sum of RGB (Red+Green+Blue) = 54+33+121=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 121 (47.66% from 255 or 58.17% from 208); Max value from RGB is 121 - color contains mainly: blue. Hex color #362179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362179 is #C9DE86. Grayscale: #303030. Windows color (decimal): -13229703 or 7938358. OLE color: 7938358.

HSL color Cylindrical-coordinate representation of color #362179: hue angle of 254.32º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #362179 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5433121-
CMYK0.550.7300.53
HSL254.32º57.14%30.2%-
HSV(B)254.32º72.73%47.45%-
XYZ5.523.2518.43-
YUV49.31168.46131.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.96%
GREEN value IS 33 (13.28% from 255) = 15.87%
BLUE value IS 121 (47.66% from 255) = 58.17%
R=25.96%
G=15.87%
B=58.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54331210.550.7300.53254.3257.1430.2
Hex3621793749035fe391e
Octal6641171671110653767136
Binary1101101000011111001110111100100101101011111111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362179; }

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

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

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

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

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

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

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

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