#360A9B

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

Shades of Persian Indigo #360A9B

Tints of Persian Indigo #360A9B

Color information

#360A9B (or 0x360A9B) is unknown color: approx Persian Indigo. HEX triplet: 36, 0A and 9B. RGB value is (54,10,155). Sum of RGB (Red+Green+Blue) = 54+10+155=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #360A9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360A9B is #C9F564. Grayscale: #272727. Windows color (decimal): -13235557 or 10160694. OLE color: 10160694.

HSL color Cylindrical-coordinate representation of color #360A9B: hue angle of 258.21º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360A9B is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5410155-
CMYK0.650.9400.39
HSL258.21º87.88%32.35%-
HSV(B)258.21º93.55%60.78%-
XYZ7.553.3731.26-
YUV39.69193.08138.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 10 (4.30% from 255) = 4.57%
BLUE value IS 155 (60.94% from 255) = 70.78%
R=24.66%
G=4.57%
B=70.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54101550.650.9400.39258.2187.8832.35
Hex36A9B415E0271025820
Octal661223310113604740213040
Binary1101101010100110111000001101111001001111000000101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,10,155); }

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

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

 a { background-color: rgb(54,10,155); }

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

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

 span { border-color: rgb(54,10,155); }

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