#361184

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

Shades of Persian Indigo #361184

Tints of Persian Indigo #361184

Color information

#361184 (or 0x361184) is unknown color: approx Persian Indigo. HEX triplet: 36, 11 and 84. RGB value is (54,17,132). Sum of RGB (Red+Green+Blue) = 54+17+132=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 132 (51.95% from 255 or 65.02% from 203); Max value from RGB is 132 - color contains mainly: blue. Hex color #361184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361184 is #C9EE7B. Grayscale: #282828. Windows color (decimal): -13233788 or 8655158. OLE color: 8655158.

HSL color Cylindrical-coordinate representation of color #361184: hue angle of 259.3º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #361184 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5417132-
CMYK0.590.8700.48
HSL259.3º77.18%29.22%-
HSV(B)259.3º87.12%51.76%-
XYZ5.892.8522.07-
YUV41.17179.26137.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 17 (7.03% from 255) = 8.37%
BLUE value IS 132 (51.95% from 255) = 65.02%
R=26.60%
G=8.37%
B=65.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54171320.590.8700.48259.377.1829.22
Hex3611843B570301034d1d
Octal66212047312706040311535
Binary110110100011000010011101110101110110000100000011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361184; }

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

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

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

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

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

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

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

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