#362089

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

Shades of Persian Indigo #362089

Tints of Persian Indigo #362089

Color information

#362089 (or 0x362089) is unknown color: approx Persian Indigo. HEX triplet: 36, 20 and 89. RGB value is (54,32,137). Sum of RGB (Red+Green+Blue) = 54+32+137=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #362089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362089 is #C9DF76. Grayscale: #323232. Windows color (decimal): -13229943 or 8986678. OLE color: 8986678.

HSL color Cylindrical-coordinate representation of color #362089: hue angle of 252.57º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #362089 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5432137-
CMYK0.610.7700.46
HSL252.57º62.13%33.14%-
HSV(B)252.57º76.64%53.73%-
XYZ6.553.6224.02-
YUV50.55176.79130.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 32 (12.89% from 255) = 14.35%
BLUE value IS 137 (53.91% from 255) = 61.43%
R=24.22%
G=14.35%
B=61.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54321370.610.7700.46252.5762.1333.14
Hex3620893D4D02Efd3e21
Octal6640211751150563757641
Binary110110100000100010011111011001101010111011111101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362089; }

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

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

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

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

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

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

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

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