#361588

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

Shades of Persian Indigo #361588

Tints of Persian Indigo #361588

Color information

#361588 (or 0x361588) is unknown color: approx Persian Indigo. HEX triplet: 36, 15 and 88. RGB value is (54,21,136). Sum of RGB (Red+Green+Blue) = 54+21+136=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 136 (53.52% from 255 or 64.45% from 211); Max value from RGB is 136 - color contains mainly: blue. Hex color #361588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361588 is #C9EA77. Grayscale: #2B2B2B. Windows color (decimal): -13232760 or 8918326. OLE color: 8918326.

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

Color convert

RGB5421136-
CMYK0.600.8500.47
HSL257.22º73.25%30.78%-
HSV(B)257.22º84.56%53.33%-
XYZ6.233.123.56-
YUV43.98179.93135.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.59%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 136 (53.52% from 255) = 64.45%
R=25.59%
G=9.95%
B=64.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54211360.600.8500.47257.2273.2530.78
Hex3615883C5502F101491f
Octal66252107412505740111137
Binary110110101011000100011110010101010101111100000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361588; }

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

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

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

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

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

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

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

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