Html Css Color HEX #200374 Persian Indigo

📋 copy color: '#200374'

red 32 ◦ green 3 ◦ blue 116

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

Shades of Persian Indigo #200374

Tints of Persian Indigo #200374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 76.82%

R = 21.19%
G = 1.99%
B = 76.82%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#200374 (or 0x200374) is known color: Persian Indigo. HEX triplet: 20, 03 and 74. RGB value is (32,3,116). Sum of RGB (Red+Green+Blue) = 32+3+116=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 116 (45.70% from 255 or 76.82% from 151); Max value from RGB is 116 - color contains mainly: blue. Hex color #200374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200374 is #DFFC8B. Grayscale: #181818. Windows color (decimal): -14679180 or 7602976. OLE color: 7602976.

HSL color Cylindrical-coordinate representation of color #200374: hue angle of 255.4º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200374 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 3 116 -
CMYK 0.72 0.97 0 0.55
HSL 255.4º 0.95% 0.23% -
HSV(B) 255.4º 0.97% 0.45% -
XYZ 3.78 1.63 16.64 -
YUV 24.55 179.61 133.31 -
System Red Green Blue C M Y K H S L
Decimal 32 3 116 0.72 0.97 0 0.55 255.4 0.95 0.23
Hex 20 3 74 48 61 0 37 FF 5F 17
Octal 40 3 164 110 141 0 67 377 137 27
Binary 100000 11 1110100 1001000 1100001 0 110111 11111111 1011111 10111

Color Harmonies of #200374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200374

Black with #200374

Text Example


Text Example

White with #200374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200374; }

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

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

background-color css

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

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

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

border-color css

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

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

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