Html Css Color HEX #211080 Persian Indigo

📋 copy color: '#211080'

red 33 ◦ green 16 ◦ blue 128

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

Shades of Persian Indigo #211080

Tints of Persian Indigo #211080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.04%

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

R = 18.64%
G = 9.04%
B = 72.32%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#211080 (or 0x211080) is known color: Persian Indigo. HEX triplet: 21, 10 and 80. RGB value is (33,16,128). Sum of RGB (Red+Green+Blue) = 33+16+128=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 128 (50.39% from 255 or 72.32% from 177); Max value from RGB is 128 - color contains mainly: blue. Hex color #211080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211080 is #DEEF7F. Grayscale: #212121. Windows color (decimal): -14610304 or 8392737. OLE color: 8392737.

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

Color convert

RGB 33 16 128 -
CMYK 0.74 0.88 0 0.50
HSL 249.11º 0.78% 0.28% -
HSV(B) 249.11º 0.88% 0.5% -
XYZ 4.71 2.25 20.61 -
YUV 33.85 181.13 127.39 -
System Red Green Blue C M Y K H S L
Decimal 33 16 128 0.74 0.88 0 0.50 249.11 0.78 0.28
Hex 21 10 80 4A 58 0 32 F9 4E 1C
Octal 41 20 200 112 130 0 62 371 116 34
Binary 100001 10000 10000000 1001010 1011000 0 110010 11111001 1001110 11100

Color Harmonies of #211080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211080

Black with #211080

Text Example


Text Example

White with #211080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211080; }

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

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

background-color css

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

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

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

border-color css

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

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

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