#361179

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

Shades of Persian Indigo #361179

Tints of Persian Indigo #361179

Color information

#361179 (or 0x361179) is unknown color: approx Persian Indigo. HEX triplet: 36, 11 and 79. RGB value is (54,17,121). Sum of RGB (Red+Green+Blue) = 54+17+121=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 121 (47.66% from 255 or 63.02% from 192); Max value from RGB is 121 - color contains mainly: blue. Hex color #361179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361179 is #C9EE86. Grayscale: #272727. Windows color (decimal): -13233799 or 7934262. OLE color: 7934262.

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

Color convert

RGB5417121-
CMYK0.550.8600.53
HSL261.35º75.36%27.06%-
HSV(B)261.35º85.95%47.45%-
XYZ5.172.5718.31-
YUV39.92173.76138.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.12%
GREEN value IS 17 (7.03% from 255) = 8.85%
BLUE value IS 121 (47.66% from 255) = 63.02%
R=28.12%
G=8.85%
B=63.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54171210.550.8600.53261.3575.3627.06
Hex36117937560351054b1b
Octal66211716712606540511333
Binary11011010001111100111011110101100110101100000101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361179; }

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

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

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

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

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

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

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

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