#362489

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

Shades of Persian Indigo #362489

Tints of Persian Indigo #362489

Color information

#362489 (or 0x362489) is unknown color: approx Persian Indigo. HEX triplet: 36, 24 and 89. RGB value is (54,36,137). Sum of RGB (Red+Green+Blue) = 54+36+137=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #362489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362489 is #C9DB76. Grayscale: #343434. Windows color (decimal): -13228919 or 8987702. OLE color: 8987702.

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

Color convert

RGB5436137-
CMYK0.610.7400.46
HSL250.69º58.38%33.92%-
HSV(B)250.69º73.72%53.73%-
XYZ6.673.8524.06-
YUV52.9175.46128.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.79%
GREEN value IS 36 (14.45% from 255) = 15.86%
BLUE value IS 137 (53.91% from 255) = 60.35%
R=23.79%
G=15.86%
B=60.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54361370.610.7400.46250.6958.3833.92
Hex3624893D4A02Efb3a22
Octal6644211751120563737242
Binary110110100100100010011111011001010010111011111011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362489; }

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

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

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

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

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

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

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

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