#362392

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

Shades of Persian Indigo #362392

Tints of Persian Indigo #362392

Color information

#362392 (or 0x362392) is unknown color: approx Persian Indigo. HEX triplet: 36, 23 and 92. RGB value is (54,35,146). Sum of RGB (Red+Green+Blue) = 54+35+146=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #362392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362392 is #C9DC6D. Grayscale: #343434. Windows color (decimal): -13229166 or 9577270. OLE color: 9577270.

HSL color Cylindrical-coordinate representation of color #362392: hue angle of 250.27º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #362392 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5435146-
CMYK0.630.7600.43
HSL250.27º61.33%35.49%-
HSV(B)250.27º76.03%57.25%-
XYZ7.314.0627.59-
YUV53.34180.29128.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.98%
GREEN value IS 35 (14.06% from 255) = 14.89%
BLUE value IS 146 (57.42% from 255) = 62.13%
R=22.98%
G=14.89%
B=62.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54351460.630.7600.43250.2761.3335.49
Hex3623923F4C02Bfa3d23
Octal6643222771140533727543
Binary110110100011100100101111111001100010101111111010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362392; }

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

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

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

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

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

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

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

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