#36019D

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

Shades of Persian Indigo #36019D

Tints of Persian Indigo #36019D

Color information

#36019D (or 0x36019D) is unknown color: approx Persian Indigo. HEX triplet: 36, 01 and 9D. RGB value is (54,1,157). Sum of RGB (Red+Green+Blue) = 54+1+157=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #36019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36019D is #C9FE62. Grayscale: #222222. Windows color (decimal): -13237859 or 10289462. OLE color: 10289462.

HSL color Cylindrical-coordinate representation of color #36019D: hue angle of 260.38º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36019D is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB541157-
CMYK0.660.9900.38
HSL260.38º98.73%30.98%-
HSV(B)260.38º99.36%61.57%-
XYZ7.623.2432.12-
YUV34.63197.06141.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.47%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 157 (61.72% from 255) = 74.06%
R=25.47%
G=0.47%
B=74.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5411570.660.9900.38260.3898.7330.98
Hex3619D4263026104631f
Octal66123510214304640414337
Binary110110110011101100001011000110100110100000100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36019D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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