Html Css Color HEX #200170 Persian Indigo

📋 copy color: '#200170'

red 32 ◦ green 1 ◦ blue 112

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

Shades of Persian Indigo #200170

Tints of Persian Indigo #200170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 77.24%

R = 22.07%
G = 0.69%
B = 77.24%

CMYK

 C value IS 0.71

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#200170 (or 0x200170) is known color: Persian Indigo. HEX triplet: 20, 01 and 70. RGB value is (32,1,112). Sum of RGB (Red+Green+Blue) = 32+1+112=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 112 (44.14% from 255 or 77.24% from 145); Max value from RGB is 112 - color contains mainly: blue. Hex color #200170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200170 is #DFFE8F. Grayscale: #161616. Windows color (decimal): -14679696 or 7340320. OLE color: 7340320.

HSL color Cylindrical-coordinate representation of color #200170: hue angle of 256.76º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #200170 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 1 112 -
CMYK 0.71 0.99 0 0.56
HSL 256.76º 0.98% 0.22% -
HSV(B) 256.76º 0.99% 0.44% -
XYZ 3.53 1.5 15.43 -
YUV 22.92 178.27 134.47 -
System Red Green Blue C M Y K H S L
Decimal 32 1 112 0.71 0.99 0 0.56 256.76 0.98 0.22
Hex 20 1 70 47 63 0 38 101 62 16
Octal 40 1 160 107 143 0 70 401 142 26
Binary 100000 1 1110000 1000111 1100011 0 111000 100000001 1100010 10110

Color Harmonies of #200170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200170

Black with #200170

Text Example


Text Example

White with #200170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200170; }

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

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

background-color css

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

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

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

border-color css

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

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

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