#2f214c

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

Shades of Violent Violet #2F214C

Tints of Violent Violet #2F214C

Color information

#2F214C (or 0x2F214C) is unknown color: approx Violent Violet. HEX triplet: 2F, 21 and 4C. RGB value is (47,33,76). Sum of RGB (Red+Green+Blue) = 47+33+76=156 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.13% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F214C is #D0DEB3. Grayscale: #292929. Windows color (decimal): -13688500 or 4989231. OLE color: 4989231.

HSL color Cylindrical-coordinate representation of color #2F214C: hue angle of 259.53º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F214C is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB473376-
CMYK0.380.5700.70
HSL259.53º39.45%21.37%-
HSV(B)259.53º56.58%29.8%-
XYZ3.022.217.11-
YUV42.09147.14131.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.13%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 76 (30.08% from 255) = 48.72%
R=30.13%
G=21.15%
B=48.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4733760.380.5700.70259.5339.4521.37
Hex2F214C26390461042715
Octal5741114467101064044725
Binary10111110000110011001001101110010100011010000010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f214c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2f214c; }

 p { color: rgb(47,33,76); }

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

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

 a { background-color: rgb(47,33,76); }

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

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

 span { border-color: rgb(47,33,76); }

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