Html Css Color HEX #211341 Violent Violet

📋 copy color: '#211341'

red 33 ◦ green 19 ◦ blue 65

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

Shades of Violent Violet #211341

Tints of Violent Violet #211341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 55.56%

R = 28.21%
G = 16.24%
B = 55.56%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#211341 (or 0x211341) is known color: Violent Violet. HEX triplet: 21, 13 and 41. RGB value is (33,19,65). Sum of RGB (Red+Green+Blue) = 33+19+65=117 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.21% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #211341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211341 is #DEECBE. Grayscale: #1C1C1C. Windows color (decimal): -14609599 or 4264737. OLE color: 4264737.

HSL color Cylindrical-coordinate representation of color #211341: hue angle of 258.26º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #211341 is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 19 65 -
CMYK 0.49 0.71 0 0.75
HSL 258.26º 0.55% 0.16% -
HSV(B) 258.26º 0.71% 0.25% -
XYZ 1.81 1.17 5.13 -
YUV 28.43 148.64 131.26 -
System Red Green Blue C M Y K H S L
Decimal 33 19 65 0.49 0.71 0 0.75 258.26 0.55 0.16
Hex 21 13 41 31 47 0 4B 102 37 10
Octal 41 23 101 61 107 0 113 402 67 20
Binary 100001 10011 1000001 110001 1000111 0 1001011 100000010 110111 10000

Color Harmonies of #211341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211341

Black with #211341

Text Example


Text Example

White with #211341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211341; }

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

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

background-color css

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

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

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

border-color css

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

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

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