Html Css Color HEX #200070 Persian Indigo

📋 copy color: '#200070'

red 32 ◦ green 0 ◦ blue 112

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

Shades of Persian Indigo #200070

Tints of Persian Indigo #200070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 22.22%
G = 0%
B = 77.78%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#200070 (or 0x200070) is known color: Persian Indigo. HEX triplet: 20, 00 and 70. RGB value is (32,0,112). Sum of RGB (Red+Green+Blue) = 32+0+112=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 112 (44.14% from 255 or 77.78% from 144); Max value from RGB is 112 - color contains mainly: blue. Hex color #200070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200070 is #DFFF8F. Grayscale: #151515. Windows color (decimal): -14679952 or 7340064. OLE color: 7340064.

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

Color convert

RGB 32 0 112 -
CMYK 0.71 1 0 0.56
HSL 257.14º 1% 0.22% -
HSV(B) 257.14º 1% 0.44% -
XYZ 3.52 1.48 15.43 -
YUV 22.34 178.6 134.89 -
System Red Green Blue C M Y K H S L
Decimal 32 0 112 0.71 1 0 0.56 257.14 1 0.22
Hex 20 0 70 47 64 0 38 101 64 16
Octal 40 0 160 107 144 0 70 401 144 26
Binary 100000 0 1110000 1000111 1100100 0 111000 100000001 1100100 10110

Color Harmonies of #200070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200070

Black with #200070

Text Example


Text Example

White with #200070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200070; }

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

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

background-color css

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

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

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

border-color css

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

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

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