#361386

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

Shades of Persian Indigo #361386

Tints of Persian Indigo #361386

Color information

#361386 (or 0x361386) is unknown color: approx Persian Indigo. HEX triplet: 36, 13 and 86. RGB value is (54,19,134). Sum of RGB (Red+Green+Blue) = 54+19+134=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 134 (52.73% from 255 or 64.73% from 207); Max value from RGB is 134 - color contains mainly: blue. Hex color #361386 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361386 is #C9EC79. Grayscale: #2A2A2A. Windows color (decimal): -13233274 or 8786742. OLE color: 8786742.

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

Color convert

RGB5419134-
CMYK0.600.8600.47
HSL258.26º75.16%30%-
HSV(B)258.26º85.82%52.55%-
XYZ6.062.9722.81-
YUV42.58179.6136.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.09%
GREEN value IS 19 (7.81% from 255) = 9.18%
BLUE value IS 134 (52.73% from 255) = 64.73%
R=26.09%
G=9.18%
B=64.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54191340.600.8600.47258.2675.1630
Hex3613863C5602F1024b1e
Octal66232067412605740211336
Binary110110100111000011011110010101100101111100000010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361386; }

 p { color: rgb(54,19,134); }

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

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

 a { background-color: rgb(54,19,134); }

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

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

 span { border-color: rgb(54,19,134); }

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