#361187

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

Shades of Persian Indigo #361187

Tints of Persian Indigo #361187

Color information

#361187 (or 0x361187) is unknown color: approx Persian Indigo. HEX triplet: 36, 11 and 87. RGB value is (54,17,135). Sum of RGB (Red+Green+Blue) = 54+17+135=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 135 (53.12% from 255 or 65.53% from 206); Max value from RGB is 135 - color contains mainly: blue. Hex color #361187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361187 is #C9EE78. Grayscale: #292929. Windows color (decimal): -13233785 or 8851766. OLE color: 8851766.

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

Color convert

RGB5417135-
CMYK0.600.8700.47
HSL258.81º77.63%29.8%-
HSV(B)258.81º87.41%52.94%-
XYZ6.092.9323.17-
YUV41.52180.76136.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 17 (7.03% from 255) = 8.25%
BLUE value IS 135 (53.12% from 255) = 65.53%
R=26.21%
G=8.25%
B=65.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54171350.600.8700.47258.8177.6329.8
Hex3611873C5702F1034e1e
Octal66212077412705740311636
Binary110110100011000011111110010101110101111100000011100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361187; }

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

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

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

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

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

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

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

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