#36016D

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

Shades of Persian Indigo #36016D

Tints of Persian Indigo #36016D

Color information

#36016D (or 0x36016D) is unknown color: approx Persian Indigo. HEX triplet: 36, 01 and 6D. RGB value is (54,1,109). Sum of RGB (Red+Green+Blue) = 54+1+109=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 109 (42.97% from 255 or 66.46% from 164); Max value from RGB is 109 - color contains mainly: blue. Hex color #36016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36016D is #C9FE92. Grayscale: #1C1C1C. Windows color (decimal): -13237907 or 7143734. OLE color: 7143734.

HSL color Cylindrical-coordinate representation of color #36016D: hue angle of 269.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36016D is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB541109-
CMYK0.500.9900.57
HSL269.44º98.18%21.57%-
HSV(B)269.44º99.08%42.75%-
XYZ4.291.9114.61-
YUV29.16173.06145.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.93%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 109 (42.97% from 255) = 66.46%
R=32.93%
G=0.61%
B=66.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5411090.500.9900.57269.4498.1821.57
Hex3616D326303910d6216
Octal6611556214307141514226
Binary1101101110110111001011000110111001100001101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36016D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36016D; }

 p { color: rgb(54,1,109); }

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

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

 a { background-color: rgb(54,1,109); }

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

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

 span { border-color: rgb(54,1,109); }

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