Html Css Color HEX #20015D Persian Indigo

📋 copy color: '#20015D'

red 32 ◦ green 1 ◦ blue 93

#20015D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #20015D

Tints of Persian Indigo #20015D

RGB

 RED value IS 32 (12.89% from 255) = 25.4%

 GREEN value IS 1 (0.78% from 255) = 0.79%

 BLUE value IS 93 (36.72% from 255) = 73.81%

R = 25.4%
G = 0.79%
B = 73.81%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20015D (or 0x20015D) is known color: Persian Indigo. HEX triplet: 20, 01 and 5D. RGB value is (32,1,93). Sum of RGB (Red+Green+Blue) = 32+1+93=126 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.40% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 93 (36.72% from 255 or 73.81% from 126); Max value from RGB is 93 - color contains mainly: blue. Hex color #20015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20015D is #DFFEA2. Grayscale: #141414. Windows color (decimal): -14679715 or 6095136. OLE color: 6095136.

HSL color Cylindrical-coordinate representation of color #20015D: hue angle of 260.22º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20015D is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 1 93 -
CMYK 0.66 0.99 0 0.64
HSL 260.22º 0.98% 0.18% -
HSV(B) 260.22º 0.99% 0.36% -
XYZ 2.58 1.12 10.44 -
YUV 20.76 168.77 136.02 -
System Red Green Blue C M Y K H S L
Decimal 32 1 93 0.66 0.99 0 0.64 260.22 0.98 0.18
Hex 20 1 5D 42 63 0 40 104 62 12
Octal 40 1 135 102 143 0 100 404 142 22
Binary 100000 1 1011101 1000010 1100011 0 1000000 100000100 1100010 10010

Color Harmonies of #20015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20015D

Black with #20015D

Text Example


Text Example

White with #20015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,1,93); }

 H1.HeaderClassName
 {
   color: #20015D;
 }
 .AnyTagClassName
 {
   color: #20015D;
 }
</style>

background-color css

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

 a { background-color: rgb(32,1,93); }

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

border-color css

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

 span { border-color: rgb(32,1,93); }

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