Html Css Color HEX #200174 Persian Indigo

📋 copy color: '#200174'

red 32 ◦ green 1 ◦ blue 116

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

Shades of Persian Indigo #200174

Tints of Persian Indigo #200174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 21.48%
G = 0.67%
B = 77.85%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#200174 (or 0x200174) is known color: Persian Indigo. HEX triplet: 20, 01 and 74. RGB value is (32,1,116). Sum of RGB (Red+Green+Blue) = 32+1+116=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 116 (45.70% from 255 or 77.85% from 149); Max value from RGB is 116 - color contains mainly: blue. Hex color #200174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200174 is #DFFE8B. Grayscale: #161616. Windows color (decimal): -14679692 or 7602464. OLE color: 7602464.

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

Color convert

RGB 32 1 116 -
CMYK 0.72 0.99 0 0.55
HSL 256.17º 0.98% 0.23% -
HSV(B) 256.17º 0.99% 0.45% -
XYZ 3.76 1.59 16.63 -
YUV 23.38 180.27 134.15 -
System Red Green Blue C M Y K H S L
Decimal 32 1 116 0.72 0.99 0 0.55 256.17 0.98 0.23
Hex 20 1 74 48 63 0 37 100 62 17
Octal 40 1 164 110 143 0 67 400 142 27
Binary 100000 1 1110100 1001000 1100011 0 110111 100000000 1100010 10111

Color Harmonies of #200174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200174

Black with #200174

Text Example


Text Example

White with #200174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200174; }

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

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

background-color css

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

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

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

border-color css

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

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

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