Html Css Color HEX #211180 Persian Indigo

📋 copy color: '#211180'

red 33 ◦ green 17 ◦ blue 128

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

Shades of Persian Indigo #211180

Tints of Persian Indigo #211180

RGB

 RED value IS 33 (13.28% from 255) = 18.54%

 GREEN value IS 17 (7.03% from 255) = 9.55%

 BLUE value IS 128 (50.39% from 255) = 71.91%

R = 18.54%
G = 9.55%
B = 71.91%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#211180 (or 0x211180) is known color: Persian Indigo. HEX triplet: 21, 11 and 80. RGB value is (33,17,128). Sum of RGB (Red+Green+Blue) = 33+17+128=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 128 (50.39% from 255 or 71.91% from 178); Max value from RGB is 128 - color contains mainly: blue. Hex color #211180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211180 is #DEEE7F. Grayscale: #222222. Windows color (decimal): -14610048 or 8392993. OLE color: 8392993.

HSL color Cylindrical-coordinate representation of color #211180: hue angle of 248.65º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #211180 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 33 17 128 -
CMYK 0.74 0.87 0 0.50
HSL 248.65º 0.77% 0.28% -
HSV(B) 248.65º 0.87% 0.5% -
XYZ 4.72 2.28 20.61 -
YUV 34.44 180.8 126.97 -
System Red Green Blue C M Y K H S L
Decimal 33 17 128 0.74 0.87 0 0.50 248.65 0.77 0.28
Hex 21 11 80 4A 57 0 32 F9 4D 1C
Octal 41 21 200 112 127 0 62 371 115 34
Binary 100001 10001 10000000 1001010 1010111 0 110010 11111001 1001101 11100

Color Harmonies of #211180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211180

Black with #211180

Text Example


Text Example

White with #211180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211180; }

 p { color: rgb(33,17,128); }

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

background-color css

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

 a { background-color: rgb(33,17,128); }

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

border-color css

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

 span { border-color: rgb(33,17,128); }

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