Html Css Color HEX #200760 Persian Indigo

📋 copy color: '#200760'

red 32 ◦ green 7 ◦ blue 96

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

Shades of Persian Indigo #200760

Tints of Persian Indigo #200760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 71.11%

R = 23.7%
G = 5.19%
B = 71.11%

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

#200760 (or 0x200760) is known color: Persian Indigo. HEX triplet: 20, 07 and 60. RGB value is (32,7,96). Sum of RGB (Red+Green+Blue) = 32+7+96=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 96 (37.89% from 255 or 71.11% from 135); Max value from RGB is 96 - color contains mainly: blue. Hex color #200760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200760 is #DFF89F. Grayscale: #181818. Windows color (decimal): -14678176 or 6293280. OLE color: 6293280.

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

Color convert

RGB 32 7 96 -
CMYK 0.67 0.93 0 0.62
HSL 256.85º 0.86% 0.2% -
HSV(B) 256.85º 0.93% 0.38% -
XYZ 2.78 1.3 11.17 -
YUV 24.62 168.28 133.26 -
System Red Green Blue C M Y K H S L
Decimal 32 7 96 0.67 0.93 0 0.62 256.85 0.86 0.2
Hex 20 7 60 43 5D 0 3E 101 56 14
Octal 40 7 140 103 135 0 76 401 126 24
Binary 100000 111 1100000 1000011 1011101 0 111110 100000001 1010110 10100

Color Harmonies of #200760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200760

Black with #200760

Text Example


Text Example

White with #200760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200760; }

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

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

background-color css

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

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

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

border-color css

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

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

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