Html Css Color HEX #200470 Persian Indigo

📋 copy color: '#200470'

red 32 ◦ green 4 ◦ blue 112

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

Shades of Persian Indigo #200470

Tints of Persian Indigo #200470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.7%

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

R = 21.62%
G = 2.7%
B = 75.68%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#200470 (or 0x200470) is known color: Persian Indigo. HEX triplet: 20, 04 and 70. RGB value is (32,4,112). Sum of RGB (Red+Green+Blue) = 32+4+112=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 112 (44.14% from 255 or 75.68% from 148); Max value from RGB is 112 - color contains mainly: blue. Hex color #200470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200470 is #DFFB8F. Grayscale: #181818. Windows color (decimal): -14678928 or 7341088. OLE color: 7341088.

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

Color convert

RGB 32 4 112 -
CMYK 0.71 0.96 0 0.56
HSL 255.56º 0.93% 0.23% -
HSV(B) 255.56º 0.96% 0.44% -
XYZ 3.56 1.56 15.44 -
YUV 24.68 177.28 133.22 -
System Red Green Blue C M Y K H S L
Decimal 32 4 112 0.71 0.96 0 0.56 255.56 0.93 0.23
Hex 20 4 70 47 60 0 38 100 5D 17
Octal 40 4 160 107 140 0 70 400 135 27
Binary 100000 100 1110000 1000111 1100000 0 111000 100000000 1011101 10111

Color Harmonies of #200470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200470

Black with #200470

Text Example


Text Example

White with #200470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200470; }

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

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

background-color css

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

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

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

border-color css

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

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

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