#360E88

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

Shades of Persian Indigo #360E88

Tints of Persian Indigo #360E88

Color information

#360E88 (or 0x360E88) is unknown color: approx Persian Indigo. HEX triplet: 36, 0E and 88. RGB value is (54,14,136). Sum of RGB (Red+Green+Blue) = 54+14+136=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 136 (53.52% from 255 or 66.67% from 204); Max value from RGB is 136 - color contains mainly: blue. Hex color #360E88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360E88 is #C9F177. Grayscale: #272727. Windows color (decimal): -13234552 or 8916534. OLE color: 8916534.

HSL color Cylindrical-coordinate representation of color #360E88: hue angle of 259.67º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360E88 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5414136-
CMYK0.600.9000.47
HSL259.67º81.33%29.41%-
HSV(B)259.67º89.71%53.33%-
XYZ6.122.8823.52-
YUV39.87182.25138.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.47%
GREEN value IS 14 (5.86% from 255) = 6.86%
BLUE value IS 136 (53.52% from 255) = 66.67%
R=26.47%
G=6.86%
B=66.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54141360.600.9000.47259.6781.3329.41
Hex36E883C5A02F104511d
Octal66162107413205740412135
Binary11011011101000100011110010110100101111100000100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360E88; }

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

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

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

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

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

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

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

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