Html Css Color HEX #200862 Persian Indigo

📋 copy color: '#200862'

red 32 ◦ green 8 ◦ blue 98

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

Shades of Persian Indigo #200862

Tints of Persian Indigo #200862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 71.01%

R = 23.19%
G = 5.8%
B = 71.01%

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

#200862 (or 0x200862) is known color: Persian Indigo. HEX triplet: 20, 08 and 62. RGB value is (32,8,98). Sum of RGB (Red+Green+Blue) = 32+8+98=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 98 (38.67% from 255 or 71.01% from 138); Max value from RGB is 98 - color contains mainly: blue. Hex color #200862 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200862 is #DFF79D. Grayscale: #191919. Windows color (decimal): -14677918 or 6424608. OLE color: 6424608.

HSL color Cylindrical-coordinate representation of color #200862: hue angle of 256º 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 #200862 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 8 98 -
CMYK 0.67 0.92 0 0.62
HSL 256º 0.85% 0.21% -
HSV(B) 256º 0.92% 0.38% -
XYZ 2.89 1.36 11.67 -
YUV 25.44 168.95 132.68 -
System Red Green Blue C M Y K H S L
Decimal 32 8 98 0.67 0.92 0 0.62 256 0.85 0.21
Hex 20 8 62 43 5C 0 3E 100 55 15
Octal 40 10 142 103 134 0 76 400 125 25
Binary 100000 1000 1100010 1000011 1011100 0 111110 100000000 1010101 10101

Color Harmonies of #200862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200862

Black with #200862

Text Example


Text Example

White with #200862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200862; }

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

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

background-color css

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

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

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

border-color css

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

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

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