Html Css Color HEX #200475 Persian Indigo

📋 copy color: '#200475'

red 32 ◦ green 4 ◦ blue 117

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

Shades of Persian Indigo #200475

Tints of Persian Indigo #200475

RGB

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

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

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

R = 20.92%
G = 2.61%
B = 76.47%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#200475 (or 0x200475) is known color: Persian Indigo. HEX triplet: 20, 04 and 75. RGB value is (32,4,117). Sum of RGB (Red+Green+Blue) = 32+4+117=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 117 (46.09% from 255 or 76.47% from 153); Max value from RGB is 117 - color contains mainly: blue. Hex color #200475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200475 is #DFFB8A. Grayscale: #181818. Windows color (decimal): -14678923 or 7668768. OLE color: 7668768.

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

Color convert

RGB 32 4 117 -
CMYK 0.73 0.97 0 0.54
HSL 254.87º 0.93% 0.24% -
HSV(B) 254.87º 0.97% 0.46% -
XYZ 3.85 1.68 16.95 -
YUV 25.25 179.78 132.81 -
System Red Green Blue C M Y K H S L
Decimal 32 4 117 0.73 0.97 0 0.54 254.87 0.93 0.24
Hex 20 4 75 49 61 0 36 FF 5D 18
Octal 40 4 165 111 141 0 66 377 135 30
Binary 100000 100 1110101 1001001 1100001 0 110110 11111111 1011101 11000

Color Harmonies of #200475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200475

Black with #200475

Text Example


Text Example

White with #200475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200475; }

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

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

background-color css

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

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

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

border-color css

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

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

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