#2F154C

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

Shades of Violent Violet #2F154C

Tints of Violent Violet #2F154C

Color information

#2F154C (or 0x2F154C) is unknown color: approx Violent Violet. HEX triplet: 2F, 15 and 4C. RGB value is (47,21,76). Sum of RGB (Red+Green+Blue) = 47+21+76=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 76 (30.08% from 255 or 52.78% from 144); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F154C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F154C is #D0EAB3. Grayscale: #222222. Windows color (decimal): -13691572 or 4986159. OLE color: 4986159.

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

Color convert

RGB472176-
CMYK0.380.7200.70
HSL268.36º56.7%19.02%-
HSV(B)268.36º72.37%29.8%-
XYZ2.741.667.01-
YUV35.04151.11136.53-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.64%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 76 (30.08% from 255) = 52.78%
R=32.64%
G=14.58%
B=52.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4721760.380.7200.70268.3656.719.02
Hex2F154C264804610c3913
Octal57251144611001064147123
Binary10111110101100110010011010010000100011010000110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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