#362084

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

Shades of Persian Indigo #362084

Tints of Persian Indigo #362084

Color information

#362084 (or 0x362084) is unknown color: approx Persian Indigo. HEX triplet: 36, 20 and 84. RGB value is (54,32,132). Sum of RGB (Red+Green+Blue) = 54+32+132=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #362084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362084 is #C9DF7B. Grayscale: #313131. Windows color (decimal): -13229948 or 8658998. OLE color: 8658998.

HSL color Cylindrical-coordinate representation of color #362084: hue angle of 253.2º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #362084 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5432132-
CMYK0.590.7600.48
HSL253.2º60.98%32.16%-
HSV(B)253.2º75.76%51.76%-
XYZ6.23.4822.18-
YUV49.98174.29130.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.77%
GREEN value IS 32 (12.89% from 255) = 14.68%
BLUE value IS 132 (51.95% from 255) = 60.55%
R=24.77%
G=14.68%
B=60.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54321320.590.7600.48253.260.9832.16
Hex3620843B4C030fd3d20
Octal6640204731140603757540
Binary110110100000100001001110111001100011000011111101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362084; }

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

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

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

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

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

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

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

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