Html Css Color HEX #200866 Persian Indigo

📋 copy color: '#200866'

red 32 ◦ green 8 ◦ blue 102

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

Shades of Persian Indigo #200866

Tints of Persian Indigo #200866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 71.83%

R = 22.54%
G = 5.63%
B = 71.83%

CMYK

 C value IS 0.69

 M value IS 0.92

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#200866 (or 0x200866) is known color: Persian Indigo. HEX triplet: 20, 08 and 66. RGB value is (32,8,102). Sum of RGB (Red+Green+Blue) = 32+8+102=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 102 (40.23% from 255 or 71.83% from 142); Max value from RGB is 102 - color contains mainly: blue. Hex color #200866 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200866 is #DFF799. Grayscale: #191919. Windows color (decimal): -14677914 or 6686752. OLE color: 6686752.

HSL color Cylindrical-coordinate representation of color #200866: hue angle of 255.32º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200866 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 32 8 102 -
CMYK 0.69 0.92 0 0.6
HSL 255.32º 0.85% 0.22% -
HSV(B) 255.32º 0.92% 0.4% -
XYZ 3.08 1.44 12.69 -
YUV 25.89 170.95 132.36 -
System Red Green Blue C M Y K H S L
Decimal 32 8 102 0.69 0.92 0 0.6 255.32 0.85 0.22
Hex 20 8 66 45 5C 0 3C FF 55 16
Octal 40 10 146 105 134 0 74 377 125 26
Binary 100000 1000 1100110 1000101 1011100 0 111100 11111111 1010101 10110

Color Harmonies of #200866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200866

Black with #200866

Text Example


Text Example

White with #200866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200866; }

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

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

background-color css

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

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

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

border-color css

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

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

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