#21084B

Color #21084B Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #21084B

Tints of Violent Violet #21084B

Color information

#21084B (or 0x21084B) is unknown color: approx Violent Violet. HEX triplet: 21, 08 and 4B. RGB value is (33,8,75). Sum of RGB (Red+Green+Blue) = 33+8+75=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 75 (29.69% from 255 or 64.66% from 116); Max value from RGB is 75 - color contains mainly: blue. Hex color #21084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21084B is #DEF7B4. Grayscale: #161616. Windows color (decimal): -14612405 or 4917281. OLE color: 4917281.

HSL color Cylindrical-coordinate representation of color #21084B: hue angle of 262.39º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #21084B is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB33875-
CMYK0.560.8900.71
HSL262.39º80.72%16.27%-
HSV(B)262.39º89.33%29.41%-
XYZ1.9816.75-
YUV23.11157.28135.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.45%
GREEN value IS 8 (3.52% from 255) = 6.90%
BLUE value IS 75 (29.69% from 255) = 64.66%
R=28.45%
G=6.90%
B=64.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal338750.560.8900.71262.3980.7216.27
Hex2184B38590471065110
Octal411011370131010740612120
Binary10000110001001011111000101100101000111100000110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21084B; }

 p { color: rgb(33,8,75); }

 H1.HeaderClassName
 {
   color: #21084B;
 }
 .AnyTagClassName
 {
   color: #21084B;
 }
</style>
background-color css

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

 a { background-color: rgb(33,8,75); }

 div.DivClassName
 {
   background-color: #21084B;
 }
 .BgClassName
 {
   background-color: #21084B;
 }
</style>
border-color css

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

 span { border-color: rgb(33,8,75); }

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