Html Css Color HEX #211349 Violent Violet

📋 copy color: '#211349'

red 33 ◦ green 19 ◦ blue 73

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

Shades of Violent Violet #211349

Tints of Violent Violet #211349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.2%

 BLUE value IS 73 (28.91% from 255) = 58.4%

R = 26.4%
G = 15.2%
B = 58.4%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#211349 (or 0x211349) is known color: Violent Violet. HEX triplet: 21, 13 and 49. RGB value is (33,19,73). Sum of RGB (Red+Green+Blue) = 33+19+73=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #211349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211349 is #DEECB6. Grayscale: #1D1D1D. Windows color (decimal): -14609591 or 4789025. OLE color: 4789025.

HSL color Cylindrical-coordinate representation of color #211349: hue angle of 255.56º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #211349 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 19 73 -
CMYK 0.55 0.74 0 0.71
HSL 255.56º 0.59% 0.18% -
HSV(B) 255.56º 0.74% 0.29% -
XYZ 2.06 1.27 6.44 -
YUV 29.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 33 19 73 0.55 0.74 0 0.71 255.56 0.59 0.18
Hex 21 13 49 37 4A 0 47 100 3B 12
Octal 41 23 111 67 112 0 107 400 73 22
Binary 100001 10011 1001001 110111 1001010 0 1000111 100000000 111011 10010

Color Harmonies of #211349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211349

Black with #211349

Text Example


Text Example

White with #211349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211349; }

 p { color: rgb(33,19,73); }

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

background-color css

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

 a { background-color: rgb(33,19,73); }

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

border-color css

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

 span { border-color: rgb(33,19,73); }

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