Html Css Color HEX #200975 Persian Indigo

📋 copy color: '#200975'

red 32 ◦ green 9 ◦ blue 117

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

Shades of Persian Indigo #200975

Tints of Persian Indigo #200975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.7%

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

R = 20.25%
G = 5.7%
B = 74.05%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#200975 (or 0x200975) is known color: Persian Indigo. HEX triplet: 20, 09 and 75. RGB value is (32,9,117). Sum of RGB (Red+Green+Blue) = 32+9+117=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 117 (46.09% from 255 or 74.05% from 158); Max value from RGB is 117 - color contains mainly: blue. Hex color #200975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200975 is #DFF68A. Grayscale: #1B1B1B. Windows color (decimal): -14677643 or 7670048. OLE color: 7670048.

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

Color convert

RGB 32 9 117 -
CMYK 0.73 0.92 0 0.54
HSL 252.78º 0.86% 0.25% -
HSV(B) 252.78º 0.92% 0.46% -
XYZ 3.9 1.79 16.97 -
YUV 28.19 178.12 130.72 -
System Red Green Blue C M Y K H S L
Decimal 32 9 117 0.73 0.92 0 0.54 252.78 0.86 0.25
Hex 20 9 75 49 5C 0 36 FD 56 19
Octal 40 11 165 111 134 0 66 375 126 31
Binary 100000 1001 1110101 1001001 1011100 0 110110 11111101 1010110 11001

Color Harmonies of #200975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200975

Black with #200975

Text Example


Text Example

White with #200975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200975; }

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

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

background-color css

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

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

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

border-color css

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

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

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