#362388

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

Shades of Persian Indigo #362388

Tints of Persian Indigo #362388

Color information

#362388 (or 0x362388) is unknown color: approx Persian Indigo. HEX triplet: 36, 23 and 88. RGB value is (54,35,136). Sum of RGB (Red+Green+Blue) = 54+35+136=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #362388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362388 is #C9DC77. Grayscale: #333333. Windows color (decimal): -13229176 or 8921910. OLE color: 8921910.

HSL color Cylindrical-coordinate representation of color #362388: hue angle of 251.29º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #362388 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5435136-
CMYK0.600.7400.47
HSL251.29º59.06%33.53%-
HSV(B)251.29º74.26%53.33%-
XYZ6.573.7623.67-
YUV52.2175.29129.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 136 (53.52% from 255) = 60.44%
R=24%
G=15.56%
B=60.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54351360.600.7400.47251.2959.0633.53
Hex3623883C4A02Ffb3b22
Octal6643210741120573737342
Binary110110100011100010001111001001010010111111111011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362388; }

 p { color: rgb(54,35,136); }

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

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

 a { background-color: rgb(54,35,136); }

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

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

 span { border-color: rgb(54,35,136); }

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