#362090

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

Shades of Persian Indigo #362090

Tints of Persian Indigo #362090

Color information

#362090 (or 0x362090) is unknown color: approx Persian Indigo. HEX triplet: 36, 20 and 90. RGB value is (54,32,144). Sum of RGB (Red+Green+Blue) = 54+32+144=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #362090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362090 is #C9DF6F. Grayscale: #323232. Windows color (decimal): -13229936 or 9445430. OLE color: 9445430.

HSL color Cylindrical-coordinate representation of color #362090: hue angle of 251.79º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #362090 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5432144-
CMYK0.630.7800.44
HSL251.79º63.64%34.51%-
HSV(B)251.79º77.78%56.47%-
XYZ7.073.8326.75-
YUV51.35180.29129.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.48%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 144 (56.64% from 255) = 62.61%
R=23.48%
G=13.91%
B=62.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54321440.630.7800.44251.7963.6434.51
Hex3620903F4E02Cfc4023
Octal66402207711605437410043
Binary1101101000001001000011111110011100101100111111001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362090; }

 p { color: rgb(54,32,144); }

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

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

 a { background-color: rgb(54,32,144); }

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

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

 span { border-color: rgb(54,32,144); }

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