Html Css Color HEX #200573 Persian Indigo

📋 copy color: '#200573'

red 32 ◦ green 5 ◦ blue 115

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

Shades of Persian Indigo #200573

Tints of Persian Indigo #200573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.29%

 BLUE value IS 115 (45.31% from 255) = 75.66%

R = 21.05%
G = 3.29%
B = 75.66%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#200573 (or 0x200573) is known color: Persian Indigo. HEX triplet: 20, 05 and 73. RGB value is (32,5,115). Sum of RGB (Red+Green+Blue) = 32+5+115=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 115 (45.31% from 255 or 75.66% from 152); Max value from RGB is 115 - color contains mainly: blue. Hex color #200573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200573 is #DFFA8C. Grayscale: #191919. Windows color (decimal): -14678669 or 7537952. OLE color: 7537952.

HSL color Cylindrical-coordinate representation of color #200573: hue angle of 254.73º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #200573 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 5 115 -
CMYK 0.72 0.96 0 0.55
HSL 254.73º 0.92% 0.24% -
HSV(B) 254.73º 0.96% 0.45% -
XYZ 3.74 1.65 16.34 -
YUV 25.61 178.45 132.56 -
System Red Green Blue C M Y K H S L
Decimal 32 5 115 0.72 0.96 0 0.55 254.73 0.92 0.24
Hex 20 5 73 48 60 0 37 FF 5C 18
Octal 40 5 163 110 140 0 67 377 134 30
Binary 100000 101 1110011 1001000 1100000 0 110111 11111111 1011100 11000

Color Harmonies of #200573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200573

Black with #200573

Text Example


Text Example

White with #200573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200573; }

 p { color: rgb(32,5,115); }

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

background-color css

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

 a { background-color: rgb(32,5,115); }

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

border-color css

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

 span { border-color: rgb(32,5,115); }

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