Html Css Color HEX #200571 Persian Indigo

📋 copy color: '#200571'

red 32 ◦ green 5 ◦ blue 113

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

Shades of Persian Indigo #200571

Tints of Persian Indigo #200571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.33%

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

R = 21.33%
G = 3.33%
B = 75.33%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#200571 (or 0x200571) is known color: Persian Indigo. HEX triplet: 20, 05 and 71. RGB value is (32,5,113). Sum of RGB (Red+Green+Blue) = 32+5+113=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 113 (44.53% from 255 or 75.33% from 150); Max value from RGB is 113 - color contains mainly: blue. Hex color #200571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200571 is #DFFA8E. Grayscale: #181818. Windows color (decimal): -14678671 or 7406880. OLE color: 7406880.

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

Color convert

RGB 32 5 113 -
CMYK 0.72 0.96 0 0.56
HSL 255º 0.92% 0.23% -
HSV(B) 255º 0.96% 0.44% -
XYZ 3.63 1.61 15.74 -
YUV 25.39 177.45 132.72 -
System Red Green Blue C M Y K H S L
Decimal 32 5 113 0.72 0.96 0 0.56 255 0.92 0.23
Hex 20 5 71 48 60 0 38 FF 5C 17
Octal 40 5 161 110 140 0 70 377 134 27
Binary 100000 101 1110001 1001000 1100000 0 111000 11111111 1011100 10111

Color Harmonies of #200571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200571

Black with #200571

Text Example


Text Example

White with #200571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200571; }

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

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

background-color css

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

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

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

border-color css

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

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

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