Html Css Color HEX #200478 Persian Indigo

📋 copy color: '#200478'

red 32 ◦ green 4 ◦ blue 120

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

Shades of Persian Indigo #200478

Tints of Persian Indigo #200478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 76.92%

R = 20.51%
G = 2.56%
B = 76.92%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#200478 (or 0x200478) is known color: Persian Indigo. HEX triplet: 20, 04 and 78. RGB value is (32,4,120). Sum of RGB (Red+Green+Blue) = 32+4+120=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 120 (47.27% from 255 or 76.92% from 156); Max value from RGB is 120 - color contains mainly: blue. Hex color #200478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200478 is #DFFB87. Grayscale: #191919. Windows color (decimal): -14678920 or 7865376. OLE color: 7865376.

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

Color convert

RGB 32 4 120 -
CMYK 0.73 0.97 0 0.53
HSL 254.48º 0.94% 0.24% -
HSV(B) 254.48º 0.97% 0.47% -
XYZ 4.03 1.75 17.89 -
YUV 25.6 181.28 132.57 -
System Red Green Blue C M Y K H S L
Decimal 32 4 120 0.73 0.97 0 0.53 254.48 0.94 0.24
Hex 20 4 78 49 61 0 35 FE 5E 18
Octal 40 4 170 111 141 0 65 376 136 30
Binary 100000 100 1111000 1001001 1100001 0 110101 11111110 1011110 11000

Color Harmonies of #200478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200478

Black with #200478

Text Example


Text Example

White with #200478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200478; }

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

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

background-color css

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

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

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

border-color css

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

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

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