#362380

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

Shades of Persian Indigo #362380

Tints of Persian Indigo #362380

Color information

#362380 (or 0x362380) is unknown color: approx Persian Indigo. HEX triplet: 36, 23 and 80. RGB value is (54,35,128). Sum of RGB (Red+Green+Blue) = 54+35+128=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 128 (50.39% from 255 or 58.99% from 217); Max value from RGB is 128 - color contains mainly: blue. Hex color #362380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362380 is #C9DC7F. Grayscale: #323232. Windows color (decimal): -13229184 or 8397622. OLE color: 8397622.

HSL color Cylindrical-coordinate representation of color #362380: hue angle of 252.26º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #362380 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5435128-
CMYK0.580.7300.50
HSL252.26º57.06%31.96%-
HSV(B)252.26º72.66%50.2%-
XYZ6.023.5420.79-
YUV51.28171.29129.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 128 (50.39% from 255) = 58.99%
R=24.88%
G=16.13%
B=58.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54351280.580.7300.50252.2657.0631.96
Hex3623803A49032fc3920
Octal6643200721110623747140
Binary110110100011100000001110101001001011001011111100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362380; }

 p { color: rgb(54,35,128); }

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

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

 a { background-color: rgb(54,35,128); }

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

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

 span { border-color: rgb(54,35,128); }

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