Html Css Color HEX #200179 Persian Indigo

📋 copy color: '#200179'

red 32 ◦ green 1 ◦ blue 121

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

Shades of Persian Indigo #200179

Tints of Persian Indigo #200179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 121 (47.66% from 255) = 78.57%

R = 20.78%
G = 0.65%
B = 78.57%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#200179 (or 0x200179) is known color: Persian Indigo. HEX triplet: 20, 01 and 79. RGB value is (32,1,121). Sum of RGB (Red+Green+Blue) = 32+1+121=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 121 (47.66% from 255 or 78.57% from 154); Max value from RGB is 121 - color contains mainly: blue. Hex color #200179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200179 is #DFFE86. Grayscale: #171717. Windows color (decimal): -14679687 or 7930144. OLE color: 7930144.

HSL color Cylindrical-coordinate representation of color #200179: hue angle of 255.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #200179 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 1 121 -
CMYK 0.74 0.99 0 0.53
HSL 255.5º 0.98% 0.24% -
HSV(B) 255.5º 0.99% 0.47% -
XYZ 4.06 1.71 18.21 -
YUV 23.95 182.77 133.74 -
System Red Green Blue C M Y K H S L
Decimal 32 1 121 0.74 0.99 0 0.53 255.5 0.98 0.24
Hex 20 1 79 4A 63 0 35 100 62 18
Octal 40 1 171 112 143 0 65 400 142 30
Binary 100000 1 1111001 1001010 1100011 0 110101 100000000 1100010 11000

Color Harmonies of #200179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200179

Black with #200179

Text Example


Text Example

White with #200179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200179; }

 p { color: rgb(32,1,121); }

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

background-color css

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

 a { background-color: rgb(32,1,121); }

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

border-color css

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

 span { border-color: rgb(32,1,121); }

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