Html Css Color HEX #200276 Persian Indigo

📋 copy color: '#200276'

red 32 ◦ green 2 ◦ blue 118

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

Shades of Persian Indigo #200276

Tints of Persian Indigo #200276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

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

R = 21.05%
G = 1.32%
B = 77.63%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#200276 (or 0x200276) is known color: Persian Indigo. HEX triplet: 20, 02 and 76. RGB value is (32,2,118). Sum of RGB (Red+Green+Blue) = 32+2+118=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 118 (46.48% from 255 or 77.63% from 152); Max value from RGB is 118 - color contains mainly: blue. Hex color #200276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200276 is #DFFD89. Grayscale: #171717. Windows color (decimal): -14679434 or 7733792. OLE color: 7733792.

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

Color convert

RGB 32 2 118 -
CMYK 0.73 0.98 0 0.54
HSL 255.52º 0.97% 0.24% -
HSV(B) 255.52º 0.98% 0.46% -
XYZ 3.89 1.66 17.25 -
YUV 24.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 32 2 118 0.73 0.98 0 0.54 255.52 0.97 0.24
Hex 20 2 76 49 62 0 36 100 61 18
Octal 40 2 166 111 142 0 66 400 141 30
Binary 100000 10 1110110 1001001 1100010 0 110110 100000000 1100001 11000

Color Harmonies of #200276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200276

Black with #200276

Text Example


Text Example

White with #200276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200276; }

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

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

background-color css

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

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

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

border-color css

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

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

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