Html Css Color HEX #200271 Persian Indigo

📋 copy color: '#200271'

red 32 ◦ green 2 ◦ blue 113

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

Shades of Persian Indigo #200271

Tints of Persian Indigo #200271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.36%

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

R = 21.77%
G = 1.36%
B = 76.87%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#200271 (or 0x200271) is known color: Persian Indigo. HEX triplet: 20, 02 and 71. RGB value is (32,2,113). Sum of RGB (Red+Green+Blue) = 32+2+113=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 113 (44.53% from 255 or 76.87% from 147); Max value from RGB is 113 - color contains mainly: blue. Hex color #200271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200271 is #DFFD8E. Grayscale: #171717. Windows color (decimal): -14679439 or 7406112. OLE color: 7406112.

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

Color convert

RGB 32 2 113 -
CMYK 0.72 0.98 0 0.56
HSL 256.22º 0.97% 0.23% -
HSV(B) 256.22º 0.98% 0.44% -
XYZ 3.6 1.54 15.73 -
YUV 23.62 178.44 133.97 -
System Red Green Blue C M Y K H S L
Decimal 32 2 113 0.72 0.98 0 0.56 256.22 0.97 0.23
Hex 20 2 71 48 62 0 38 100 61 17
Octal 40 2 161 110 142 0 70 400 141 27
Binary 100000 10 1110001 1001000 1100010 0 111000 100000000 1100001 10111

Color Harmonies of #200271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200271

Black with #200271

Text Example


Text Example

White with #200271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200271; }

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

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

background-color css

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

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

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

border-color css

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

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

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