Html Css Color HEX #200864 Persian Indigo

📋 copy color: '#200864'

red 32 ◦ green 8 ◦ blue 100

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

Shades of Persian Indigo #200864

Tints of Persian Indigo #200864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 71.43%

R = 22.86%
G = 5.71%
B = 71.43%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#200864 (or 0x200864) is known color: Persian Indigo. HEX triplet: 20, 08 and 64. RGB value is (32,8,100). Sum of RGB (Red+Green+Blue) = 32+8+100=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 100 (39.45% from 255 or 71.43% from 140); Max value from RGB is 100 - color contains mainly: blue. Hex color #200864 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200864 is #DFF79B. Grayscale: #191919. Windows color (decimal): -14677916 or 6555680. OLE color: 6555680.

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

Color convert

RGB 32 8 100 -
CMYK 0.68 0.92 0 0.61
HSL 255.65º 0.85% 0.21% -
HSV(B) 255.65º 0.92% 0.39% -
XYZ 2.98 1.4 12.17 -
YUV 25.66 169.95 132.52 -
System Red Green Blue C M Y K H S L
Decimal 32 8 100 0.68 0.92 0 0.61 255.65 0.85 0.21
Hex 20 8 64 44 5C 0 3D 100 55 15
Octal 40 10 144 104 134 0 75 400 125 25
Binary 100000 1000 1100100 1000100 1011100 0 111101 100000000 1010101 10101

Color Harmonies of #200864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200864

Black with #200864

Text Example


Text Example

White with #200864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200864; }

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

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

background-color css

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

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

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

border-color css

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

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

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