#362586

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

Shades of Persian Indigo #362586

Tints of Persian Indigo #362586

Color information

#362586 (or 0x362586) is unknown color: approx Persian Indigo. HEX triplet: 36, 25 and 86. RGB value is (54,37,134). Sum of RGB (Red+Green+Blue) = 54+37+134=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #362586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362586 is #C9DA79. Grayscale: #343434. Windows color (decimal): -13228666 or 8791350. OLE color: 8791350.

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

Color convert

RGB5437134-
CMYK0.600.7200.47
HSL250.52º56.73%33.53%-
HSV(B)250.52º72.39%52.55%-
XYZ6.493.8322.95-
YUV53.14173.63128.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 134 (52.73% from 255) = 59.56%
R=24%
G=16.44%
B=59.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54371340.600.7200.47250.5256.7333.53
Hex3625863C4802Ffb3922
Octal6645206741100573737142
Binary110110100101100001101111001001000010111111111011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362586; }

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

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

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

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

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

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

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

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