#360B77

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

Shades of Persian Indigo #360B77

Tints of Persian Indigo #360B77

Color information

#360B77 (or 0x360B77) is unknown color: approx Persian Indigo. HEX triplet: 36, 0B and 77. RGB value is (54,11,119). Sum of RGB (Red+Green+Blue) = 54+11+119=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 119 (46.88% from 255 or 64.67% from 184); Max value from RGB is 119 - color contains mainly: blue. Hex color #360B77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360B77 is #C9F488. Grayscale: #232323. Windows color (decimal): -13235337 or 7801654. OLE color: 7801654.

HSL color Cylindrical-coordinate representation of color #360B77: hue angle of 263.89º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360B77 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5411119-
CMYK0.550.9100.53
HSL263.89º83.08%25.49%-
HSV(B)263.89º90.76%46.67%-
XYZ4.972.3617.65-
YUV36.17174.75140.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.35%
GREEN value IS 11 (4.69% from 255) = 5.98%
BLUE value IS 119 (46.88% from 255) = 64.67%
R=29.35%
G=5.98%
B=64.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54111190.550.9100.53263.8983.0825.49
Hex36B77375B0351085319
Octal66131676713306541012331
Binary1101101011111011111011110110110110101100001000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,11,119); }

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

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

 a { background-color: rgb(54,11,119); }

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

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

 span { border-color: rgb(54,11,119); }

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