Html Css Color HEX #200178 Persian Indigo

📋 copy color: '#200178'

red 32 ◦ green 1 ◦ blue 120

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

Shades of Persian Indigo #200178

Tints of Persian Indigo #200178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 78.43%

R = 20.92%
G = 0.65%
B = 78.43%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#200178 (or 0x200178) is known color: Persian Indigo. HEX triplet: 20, 01 and 78. RGB value is (32,1,120). Sum of RGB (Red+Green+Blue) = 32+1+120=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 120 (47.27% from 255 or 78.43% from 153); Max value from RGB is 120 - color contains mainly: blue. Hex color #200178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200178 is #DFFE87. Grayscale: #171717. Windows color (decimal): -14679688 or 7864608. OLE color: 7864608.

HSL color Cylindrical-coordinate representation of color #200178: hue angle of 255.63º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #200178 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 1 120 -
CMYK 0.73 0.99 0 0.53
HSL 255.63º 0.98% 0.24% -
HSV(B) 255.63º 0.99% 0.47% -
XYZ 4 1.68 17.88 -
YUV 23.84 182.27 133.82 -
System Red Green Blue C M Y K H S L
Decimal 32 1 120 0.73 0.99 0 0.53 255.63 0.98 0.24
Hex 20 1 78 49 63 0 35 100 62 18
Octal 40 1 170 111 143 0 65 400 142 30
Binary 100000 1 1111000 1001001 1100011 0 110101 100000000 1100010 11000

Color Harmonies of #200178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200178

Black with #200178

Text Example


Text Example

White with #200178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200178; }

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

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

background-color css

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

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

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

border-color css

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

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

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