#210B59

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

Shades of Violent Violet #210B59

Tints of Violent Violet #210B59

Color information

#210B59 (or 0x210B59) is unknown color: approx Violent Violet. HEX triplet: 21, 0B and 59. RGB value is (33,11,89). Sum of RGB (Red+Green+Blue) = 33+11+89=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 11 (4.69% from 255 or 8.27% from 133); Blue value is 89 (35.16% from 255 or 66.92% from 133); Max value from RGB is 89 - color contains mainly: blue. Hex color #210B59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210B59 is #DEF4A6. Grayscale: #1A1A1A. Windows color (decimal): -14611623 or 5835553. OLE color: 5835553.

HSL color Cylindrical-coordinate representation of color #210B59: hue angle of 256.92º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210B59 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB331189-
CMYK0.630.8800.65
HSL256.92º78%19.61%-
HSV(B)256.92º87.64%34.9%-
XYZ2.551.289.56-
YUV26.47163.29132.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 11 (4.69% from 255) = 8.27%
BLUE value IS 89 (35.16% from 255) = 66.92%
R=24.81%
G=8.27%
B=66.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3311890.630.8800.65256.927819.61
Hex21B593F580411014e14
Octal411313177130010140111624
Binary10000110111011001111111101100001000001100000001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210B59; }

 p { color: rgb(33,11,89); }

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

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

 a { background-color: rgb(33,11,89); }

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

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

 span { border-color: rgb(33,11,89); }

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