Html Css Color HEX #200471 Persian Indigo

📋 copy color: '#200471'

red 32 ◦ green 4 ◦ blue 113

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

Shades of Persian Indigo #200471

Tints of Persian Indigo #200471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.68%

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

R = 21.48%
G = 2.68%
B = 75.84%

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

#200471 (or 0x200471) is known color: Persian Indigo. HEX triplet: 20, 04 and 71. RGB value is (32,4,113). Sum of RGB (Red+Green+Blue) = 32+4+113=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 113 (44.53% from 255 or 75.84% from 149); Max value from RGB is 113 - color contains mainly: blue. Hex color #200471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200471 is #DFFB8E. Grayscale: #181818. Windows color (decimal): -14678927 or 7406624. OLE color: 7406624.

HSL color Cylindrical-coordinate representation of color #200471: hue angle of 255.41º degrees, saturation: 0.93, 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 #200471 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 4 113 -
CMYK 0.72 0.96 0 0.56
HSL 255.41º 0.93% 0.23% -
HSV(B) 255.41º 0.96% 0.44% -
XYZ 3.62 1.59 15.74 -
YUV 24.8 177.78 133.14 -
System Red Green Blue C M Y K H S L
Decimal 32 4 113 0.72 0.96 0 0.56 255.41 0.93 0.23
Hex 20 4 71 48 60 0 38 FF 5D 17
Octal 40 4 161 110 140 0 70 377 135 27
Binary 100000 100 1110001 1001000 1100000 0 111000 11111111 1011101 10111

Color Harmonies of #200471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200471

Black with #200471

Text Example


Text Example

White with #200471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200471; }

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

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

background-color css

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

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

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

border-color css

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

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

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