#360B73

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

Shades of Persian Indigo #360B73

Tints of Persian Indigo #360B73

Color information

#360B73 (or 0x360B73) is unknown color: approx Persian Indigo. HEX triplet: 36, 0B and 73. RGB value is (54,11,115). Sum of RGB (Red+Green+Blue) = 54+11+115=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 115 (45.31% from 255 or 63.89% from 180); Max value from RGB is 115 - color contains mainly: blue. Hex color #360B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360B73 is #C9F48C. Grayscale: #232323. Windows color (decimal): -13235341 or 7539510. OLE color: 7539510.

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

Color convert

RGB5411115-
CMYK0.530.9000.55
HSL264.81º82.54%24.71%-
HSV(B)264.81º90.43%45.1%-
XYZ4.742.2616.41-
YUV35.71172.75141.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30%
GREEN value IS 11 (4.69% from 255) = 6.11%
BLUE value IS 115 (45.31% from 255) = 63.89%
R=30%
G=6.11%
B=63.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54111150.530.9000.55264.8182.5424.71
Hex36B73355A0371095319
Octal66131636513206741112331
Binary1101101011111001111010110110100110111100001001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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