Html Css Color HEX #200861 Persian Indigo

📋 copy color: '#200861'

red 32 ◦ green 8 ◦ blue 97

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

Shades of Persian Indigo #200861

Tints of Persian Indigo #200861

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.84%

 BLUE value IS 97 (38.28% from 255) = 70.8%

R = 23.36%
G = 5.84%
B = 70.8%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#200861 (or 0x200861) is known color: Persian Indigo. HEX triplet: 20, 08 and 61. RGB value is (32,8,97). Sum of RGB (Red+Green+Blue) = 32+8+97=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 97 (38.28% from 255 or 70.80% from 137); Max value from RGB is 97 - color contains mainly: blue. Hex color #200861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200861 is #DFF79E. Grayscale: #181818. Windows color (decimal): -14677919 or 6359072. OLE color: 6359072.

HSL color Cylindrical-coordinate representation of color #200861: hue angle of 256.18º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200861 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 8 97 -
CMYK 0.67 0.92 0 0.62
HSL 256.18º 0.85% 0.21% -
HSV(B) 256.18º 0.92% 0.38% -
XYZ 2.84 1.34 11.42 -
YUV 25.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 32 8 97 0.67 0.92 0 0.62 256.18 0.85 0.21
Hex 20 8 61 43 5C 0 3E 100 55 15
Octal 40 10 141 103 134 0 76 400 125 25
Binary 100000 1000 1100001 1000011 1011100 0 111110 100000000 1010101 10101

Color Harmonies of #200861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200861

Black with #200861

Text Example


Text Example

White with #200861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200861; }

 p { color: rgb(32,8,97); }

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

background-color css

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

 a { background-color: rgb(32,8,97); }

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

border-color css

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

 span { border-color: rgb(32,8,97); }

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