Html Css Color HEX #200875 Persian Indigo

📋 copy color: '#200875'

red 32 ◦ green 8 ◦ blue 117

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

Shades of Persian Indigo #200875

Tints of Persian Indigo #200875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.1%

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

R = 20.38%
G = 5.1%
B = 74.52%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#200875 (or 0x200875) is known color: Persian Indigo. HEX triplet: 20, 08 and 75. RGB value is (32,8,117). Sum of RGB (Red+Green+Blue) = 32+8+117=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #200875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200875 is #DFF78A. Grayscale: #1B1B1B. Windows color (decimal): -14677899 or 7669792. OLE color: 7669792.

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

Color convert

RGB 32 8 117 -
CMYK 0.73 0.93 0 0.54
HSL 253.21º 0.87% 0.25% -
HSV(B) 253.21º 0.93% 0.46% -
XYZ 3.89 1.77 16.97 -
YUV 27.6 178.45 131.14 -
System Red Green Blue C M Y K H S L
Decimal 32 8 117 0.73 0.93 0 0.54 253.21 0.87 0.25
Hex 20 8 75 49 5D 0 36 FD 57 19
Octal 40 10 165 111 135 0 66 375 127 31
Binary 100000 1000 1110101 1001001 1011101 0 110110 11111101 1010111 11001

Color Harmonies of #200875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200875

Black with #200875

Text Example


Text Example

White with #200875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200875; }

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

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

background-color css

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

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

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

border-color css

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

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

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