Html Css Color HEX #200775 Persian Indigo

📋 copy color: '#200775'

red 32 ◦ green 7 ◦ blue 117

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

Shades of Persian Indigo #200775

Tints of Persian Indigo #200775

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.49%

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

R = 20.51%
G = 4.49%
B = 75%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#200775 (or 0x200775) is known color: Persian Indigo. HEX triplet: 20, 07 and 75. RGB value is (32,7,117). Sum of RGB (Red+Green+Blue) = 32+7+117=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 117 (46.09% from 255 or 75% from 156); Max value from RGB is 117 - color contains mainly: blue. Hex color #200775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200775 is #DFF88A. Grayscale: #1A1A1A. Windows color (decimal): -14678155 or 7669536. OLE color: 7669536.

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

Color convert

RGB 32 7 117 -
CMYK 0.73 0.94 0 0.54
HSL 253.64º 0.89% 0.24% -
HSV(B) 253.64º 0.94% 0.46% -
XYZ 3.88 1.74 16.96 -
YUV 27.02 178.78 131.56 -
System Red Green Blue C M Y K H S L
Decimal 32 7 117 0.73 0.94 0 0.54 253.64 0.89 0.24
Hex 20 7 75 49 5E 0 36 FE 59 18
Octal 40 7 165 111 136 0 66 376 131 30
Binary 100000 111 1110101 1001001 1011110 0 110110 11111110 1011001 11000

Color Harmonies of #200775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200775

Black with #200775

Text Example


Text Example

White with #200775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200775; }

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

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

background-color css

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

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

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

border-color css

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

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

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