Html Css Color HEX #200575 Persian Indigo

📋 copy color: '#200575'

red 32 ◦ green 5 ◦ blue 117

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

Shades of Persian Indigo #200575

Tints of Persian Indigo #200575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 75.97%

R = 20.78%
G = 3.25%
B = 75.97%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#200575 (or 0x200575) is known color: Persian Indigo. HEX triplet: 20, 05 and 75. RGB value is (32,5,117). Sum of RGB (Red+Green+Blue) = 32+5+117=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 117 (46.09% from 255 or 75.97% from 154); Max value from RGB is 117 - color contains mainly: blue. Hex color #200575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200575 is #DFFA8A. Grayscale: #191919. Windows color (decimal): -14678667 or 7669024. OLE color: 7669024.

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

Color convert

RGB 32 5 117 -
CMYK 0.73 0.96 0 0.54
HSL 254.46º 0.92% 0.24% -
HSV(B) 254.46º 0.96% 0.46% -
XYZ 3.86 1.7 16.95 -
YUV 25.84 179.45 132.39 -
System Red Green Blue C M Y K H S L
Decimal 32 5 117 0.73 0.96 0 0.54 254.46 0.92 0.24
Hex 20 5 75 49 60 0 36 FE 5C 18
Octal 40 5 165 111 140 0 66 376 134 30
Binary 100000 101 1110101 1001001 1100000 0 110110 11111110 1011100 11000

Color Harmonies of #200575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200575

Black with #200575

Text Example


Text Example

White with #200575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200575; }

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

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

background-color css

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

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

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

border-color css

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

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

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