#2F254C

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

Shades of Violent Violet #2F254C

Tints of Violent Violet #2F254C

Color information

#2F254C (or 0x2F254C) is unknown color: approx Violent Violet. HEX triplet: 2F, 25 and 4C. RGB value is (47,37,76). Sum of RGB (Red+Green+Blue) = 47+37+76=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F254C is #D0DAB3. Grayscale: #2C2C2C. Windows color (decimal): -13687476 or 4990255. OLE color: 4990255.

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

Color convert

RGB473776-
CMYK0.380.5100.70
HSL255.38º34.51%22.16%-
HSV(B)255.38º51.32%29.8%-
XYZ3.142.457.14-
YUV44.44145.81129.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.38%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 76 (30.08% from 255) = 47.5%
R=29.38%
G=23.12%
B=47.5%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4737760.380.5100.70255.3834.5122.16
Hex2F254C2633046ff2316
Octal5745114466301063774326
Binary1011111001011001100100110110011010001101111111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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