Html Css Color HEX #200766 Persian Indigo

📋 copy color: '#200766'

red 32 ◦ green 7 ◦ blue 102

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

Shades of Persian Indigo #200766

Tints of Persian Indigo #200766

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.96%

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

R = 22.7%
G = 4.96%
B = 72.34%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#200766 (or 0x200766) is known color: Persian Indigo. HEX triplet: 20, 07 and 66. RGB value is (32,7,102). Sum of RGB (Red+Green+Blue) = 32+7+102=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 102 (40.23% from 255 or 72.34% from 141); Max value from RGB is 102 - color contains mainly: blue. Hex color #200766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200766 is #DFF899. Grayscale: #181818. Windows color (decimal): -14678170 or 6686496. OLE color: 6686496.

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

Color convert

RGB 32 7 102 -
CMYK 0.69 0.93 0 0.6
HSL 255.79º 0.87% 0.21% -
HSV(B) 255.79º 0.93% 0.4% -
XYZ 3.07 1.42 12.68 -
YUV 25.31 171.28 132.78 -
System Red Green Blue C M Y K H S L
Decimal 32 7 102 0.69 0.93 0 0.6 255.79 0.87 0.21
Hex 20 7 66 45 5D 0 3C 100 57 15
Octal 40 7 146 105 135 0 74 400 127 25
Binary 100000 111 1100110 1000101 1011101 0 111100 100000000 1010111 10101

Color Harmonies of #200766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200766

Black with #200766

Text Example


Text Example

White with #200766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200766; }

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

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

background-color css

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

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

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

border-color css

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

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

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