#2F124F

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

Shades of Violent Violet #2F124F

Tints of Violent Violet #2F124F

Color information

#2F124F (or 0x2F124F) is unknown color: approx Violent Violet. HEX triplet: 2F, 12 and 4F. RGB value is (47,18,79). Sum of RGB (Red+Green+Blue) = 47+18+79=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 79 (31.25% from 255 or 54.86% from 144); Max value from RGB is 79 - color contains mainly: blue. Hex color #2F124F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F124F is #D0EDB0. Grayscale: #212121. Windows color (decimal): -13692337 or 5181999. OLE color: 5181999.

HSL color Cylindrical-coordinate representation of color #2F124F: hue angle of 268.52º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F124F is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB471879-
CMYK0.410.7700.69
HSL268.52º62.89%19.02%-
HSV(B)268.52º77.22%30.98%-
XYZ2.81.67.56-
YUV33.62153.61137.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.64%
GREEN value IS 18 (7.42% from 255) = 12.5%
BLUE value IS 79 (31.25% from 255) = 54.86%
R=32.64%
G=12.5%
B=54.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4718790.410.7700.69268.5262.8919.02
Hex2F124F294D04510d3f13
Octal57221175111501054157723
Binary10111110010100111110100110011010100010110000110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,18,79); }

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

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

 a { background-color: rgb(47,18,79); }

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

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

 span { border-color: rgb(47,18,79); }

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