Html Css Color HEX #200762 Persian Indigo

📋 copy color: '#200762'

red 32 ◦ green 7 ◦ blue 98

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

Shades of Persian Indigo #200762

Tints of Persian Indigo #200762

RGB

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

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

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

R = 23.36%
G = 5.11%
B = 71.53%

CMYK

 C value IS 0.67

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#200762 (or 0x200762) is known color: Persian Indigo. HEX triplet: 20, 07 and 62. RGB value is (32,7,98). Sum of RGB (Red+Green+Blue) = 32+7+98=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 98 (38.67% from 255 or 71.53% from 137); Max value from RGB is 98 - color contains mainly: blue. Hex color #200762 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200762 is #DFF89D. Grayscale: #181818. Windows color (decimal): -14678174 or 6424352. OLE color: 6424352.

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

Color convert

RGB 32 7 98 -
CMYK 0.67 0.93 0 0.62
HSL 256.48º 0.87% 0.21% -
HSV(B) 256.48º 0.93% 0.38% -
XYZ 2.88 1.34 11.66 -
YUV 24.85 169.28 133.1 -
System Red Green Blue C M Y K H S L
Decimal 32 7 98 0.67 0.93 0 0.62 256.48 0.87 0.21
Hex 20 7 62 43 5D 0 3E 100 57 15
Octal 40 7 142 103 135 0 76 400 127 25
Binary 100000 111 1100010 1000011 1011101 0 111110 100000000 1010111 10101

Color Harmonies of #200762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200762

Black with #200762

Text Example


Text Example

White with #200762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200762; }

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

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

background-color css

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

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

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

border-color css

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

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

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