#362288

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

Shades of Persian Indigo #362288

Tints of Persian Indigo #362288

Color information

#362288 (or 0x362288) is unknown color: approx Persian Indigo. HEX triplet: 36, 22 and 88. RGB value is (54,34,136). Sum of RGB (Red+Green+Blue) = 54+34+136=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #362288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362288 is #C9DD77. Grayscale: #333333. Windows color (decimal): -13229432 or 8921654. OLE color: 8921654.

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

Color convert

RGB5434136-
CMYK0.600.7500.47
HSL251.76º60%33.33%-
HSV(B)251.76º75%53.33%-
XYZ6.543.7123.66-
YUV51.61175.63129.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 34 (13.67% from 255) = 15.18%
BLUE value IS 136 (53.52% from 255) = 60.71%
R=24.11%
G=15.18%
B=60.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54341360.600.7500.47251.766033.33
Hex3622883C4B02Ffc3c21
Octal6642210741130573747441
Binary110110100010100010001111001001011010111111111100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362288; }

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

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

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

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

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

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

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

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