#360B81

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

Shades of Persian Indigo #360B81

Tints of Persian Indigo #360B81

Color information

#360B81 (or 0x360B81) is unknown color: approx Persian Indigo. HEX triplet: 36, 0B and 81. RGB value is (54,11,129). Sum of RGB (Red+Green+Blue) = 54+11+129=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #360B81 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360B81 is #C9F47E. Grayscale: #242424. Windows color (decimal): -13235327 or 8457014. OLE color: 8457014.

HSL color Cylindrical-coordinate representation of color #360B81: hue angle of 261.86º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360B81 is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5411129-
CMYK0.580.9100.49
HSL261.86º84.29%27.45%-
HSV(B)261.86º91.47%50.59%-
XYZ5.62.6120.98-
YUV37.31179.75139.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.84%
GREEN value IS 11 (4.69% from 255) = 5.67%
BLUE value IS 129 (50.78% from 255) = 66.49%
R=27.84%
G=5.67%
B=66.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54111290.580.9100.49261.8684.2927.45
Hex36B813A5B031106541b
Octal66132017213306140612433
Binary11011010111000000111101010110110110001100000110101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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