#362192

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

Shades of Persian Indigo #362192

Tints of Persian Indigo #362192

Color information

#362192 (or 0x362192) is unknown color: approx Persian Indigo. HEX triplet: 36, 21 and 92. RGB value is (54,33,146). Sum of RGB (Red+Green+Blue) = 54+33+146=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #362192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362192 is #C9DE6D. Grayscale: #333333. Windows color (decimal): -13229678 or 9576758. OLE color: 9576758.

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

Color convert

RGB5433146-
CMYK0.630.7700.43
HSL251.15º63.13%35.1%-
HSV(B)251.15º77.4%57.25%-
XYZ7.253.9527.57-
YUV52.16180.96129.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.18%
GREEN value IS 33 (13.28% from 255) = 14.16%
BLUE value IS 146 (57.42% from 255) = 62.66%
R=23.18%
G=14.16%
B=62.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54331460.630.7700.43251.1563.1335.1
Hex3621923F4D02Bfb3f23
Octal6641222771150533737743
Binary110110100001100100101111111001101010101111111011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362192; }

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

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

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

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

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

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

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

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