Html Css Color HEX #200071 Persian Indigo

📋 copy color: '#200071'

red 32 ◦ green 0 ◦ blue 113

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

Shades of Persian Indigo #200071

Tints of Persian Indigo #200071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 113 (44.53% from 255) = 77.93%

R = 22.07%
G = 0%
B = 77.93%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#200071 (or 0x200071) is known color: Persian Indigo. HEX triplet: 20, 00 and 71. RGB value is (32,0,113). Sum of RGB (Red+Green+Blue) = 32+0+113=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 113 (44.53% from 255 or 77.93% from 145); Max value from RGB is 113 - color contains mainly: blue. Hex color #200071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200071 is #DFFF8E. Grayscale: #161616. Windows color (decimal): -14679951 or 7405600. OLE color: 7405600.

HSL color Cylindrical-coordinate representation of color #200071: hue angle of 256.99º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200071 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 0 113 -
CMYK 0.72 1 0 0.56
HSL 256.99º 1% 0.22% -
HSV(B) 256.99º 1% 0.44% -
XYZ 3.58 1.5 15.72 -
YUV 22.45 179.1 134.81 -
System Red Green Blue C M Y K H S L
Decimal 32 0 113 0.72 1 0 0.56 256.99 1 0.22
Hex 20 0 71 48 64 0 38 101 64 16
Octal 40 0 161 110 144 0 70 401 144 26
Binary 100000 0 1110001 1001000 1100100 0 111000 100000001 1100100 10110

Color Harmonies of #200071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200071

Black with #200071

Text Example


Text Example

White with #200071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200071; }

 p { color: rgb(32,0,113); }

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

background-color css

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

 a { background-color: rgb(32,0,113); }

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

border-color css

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

 span { border-color: rgb(32,0,113); }

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