Html Css Color HEX #200376 Persian Indigo

📋 copy color: '#200376'

red 32 ◦ green 3 ◦ blue 118

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

Shades of Persian Indigo #200376

Tints of Persian Indigo #200376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.96%

 BLUE value IS 118 (46.48% from 255) = 77.12%

R = 20.92%
G = 1.96%
B = 77.12%

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

#200376 (or 0x200376) is known color: Persian Indigo. HEX triplet: 20, 03 and 76. RGB value is (32,3,118). Sum of RGB (Red+Green+Blue) = 32+3+118=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 118 (46.48% from 255 or 77.12% from 153); Max value from RGB is 118 - color contains mainly: blue. Hex color #200376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200376 is #DFFC89. Grayscale: #181818. Windows color (decimal): -14679178 or 7734048. OLE color: 7734048.

HSL color Cylindrical-coordinate representation of color #200376: hue angle of 255.13º degrees, saturation: 0.95, 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 #200376 is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 3 118 -
CMYK 0.73 0.97 0 0.54
HSL 255.13º 0.95% 0.24% -
HSV(B) 255.13º 0.97% 0.46% -
XYZ 3.9 1.68 17.26 -
YUV 24.78 180.61 133.15 -
System Red Green Blue C M Y K H S L
Decimal 32 3 118 0.73 0.97 0 0.54 255.13 0.95 0.24
Hex 20 3 76 49 61 0 36 FF 5F 18
Octal 40 3 166 111 141 0 66 377 137 30
Binary 100000 11 1110110 1001001 1100001 0 110110 11111111 1011111 11000

Color Harmonies of #200376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200376

Black with #200376

Text Example


Text Example

White with #200376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200376; }

 p { color: rgb(32,3,118); }

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

background-color css

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

 a { background-color: rgb(32,3,118); }

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

border-color css

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

 span { border-color: rgb(32,3,118); }

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