Html Css Color HEX #200574 Persian Indigo

📋 copy color: '#200574'

red 32 ◦ green 5 ◦ blue 116

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

Shades of Persian Indigo #200574

Tints of Persian Indigo #200574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 75.82%

R = 20.92%
G = 3.27%
B = 75.82%

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

#200574 (or 0x200574) is known color: Persian Indigo. HEX triplet: 20, 05 and 74. RGB value is (32,5,116). Sum of RGB (Red+Green+Blue) = 32+5+116=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 116 (45.70% from 255 or 75.82% from 153); Max value from RGB is 116 - color contains mainly: blue. Hex color #200574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200574 is #DFFA8B. Grayscale: #191919. Windows color (decimal): -14678668 or 7603488. OLE color: 7603488.

HSL color Cylindrical-coordinate representation of color #200574: hue angle of 254.59º 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 #200574 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 5 116 -
CMYK 0.72 0.96 0 0.55
HSL 254.59º 0.92% 0.24% -
HSV(B) 254.59º 0.96% 0.45% -
XYZ 3.8 1.68 16.65 -
YUV 25.73 178.95 132.47 -
System Red Green Blue C M Y K H S L
Decimal 32 5 116 0.72 0.96 0 0.55 254.59 0.92 0.24
Hex 20 5 74 48 60 0 37 FF 5C 18
Octal 40 5 164 110 140 0 67 377 134 30
Binary 100000 101 1110100 1001000 1100000 0 110111 11111111 1011100 11000

Color Harmonies of #200574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200574

Black with #200574

Text Example


Text Example

White with #200574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200574; }

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

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

background-color css

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

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

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

border-color css

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

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

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