#360788

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

Shades of Persian Indigo #360788

Tints of Persian Indigo #360788

Color information

#360788 (or 0x360788) is unknown color: approx Persian Indigo. HEX triplet: 36, 07 and 88. RGB value is (54,7,136). Sum of RGB (Red+Green+Blue) = 54+7+136=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 136 (53.52% from 255 or 69.04% from 197); Max value from RGB is 136 - color contains mainly: blue. Hex color #360788 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360788 is #C9F877. Grayscale: #232323. Windows color (decimal): -13236344 or 8914742. OLE color: 8914742.

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

Color convert

RGB547136-
CMYK0.600.9500.47
HSL261.86º90.21%28.04%-
HSV(B)261.86º94.85%53.33%-
XYZ6.042.7123.5-
YUV35.76184.57141.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.41%
GREEN value IS 7 (3.12% from 255) = 3.55%
BLUE value IS 136 (53.52% from 255) = 69.04%
R=27.41%
G=3.55%
B=69.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5471360.600.9500.47261.8690.2128.04
Hex367883C5F02F1065a1c
Octal6672107413705740613234
Binary1101101111000100011110010111110101111100000110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360788; }

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

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

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

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

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

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

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

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