#362184

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

Shades of Persian Indigo #362184

Tints of Persian Indigo #362184

Color information

#362184 (or 0x362184) is unknown color: approx Persian Indigo. HEX triplet: 36, 21 and 84. RGB value is (54,33,132). Sum of RGB (Red+Green+Blue) = 54+33+132=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #362184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362184 is #C9DE7B. Grayscale: #323232. Windows color (decimal): -13229692 or 8659254. OLE color: 8659254.

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

Color convert

RGB5433132-
CMYK0.590.7500.48
HSL252.73º60%32.35%-
HSV(B)252.73º75%51.76%-
XYZ6.233.5422.18-
YUV50.56173.96130.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 132 (51.95% from 255) = 60.27%
R=24.66%
G=15.07%
B=60.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54331320.590.7500.48252.736032.35
Hex3621843B4B030fd3c20
Octal6641204731130603757440
Binary110110100001100001001110111001011011000011111101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362184; }

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

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

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

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

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

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

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

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