#2F234C

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

Shades of Violent Violet #2F234C

Tints of Violent Violet #2F234C

Color information

#2F234C (or 0x2F234C) is unknown color: approx Violent Violet. HEX triplet: 2F, 23 and 4C. RGB value is (47,35,76). Sum of RGB (Red+Green+Blue) = 47+35+76=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F234C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F234C is #D0DCB3. Grayscale: #2B2B2B. Windows color (decimal): -13687988 or 4989743. OLE color: 4989743.

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

Color convert

RGB473576-
CMYK0.380.5400.70
HSL257.56º36.94%21.76%-
HSV(B)257.56º53.95%29.8%-
XYZ3.082.337.12-
YUV43.26146.48130.67-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.75%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 76 (30.08% from 255) = 48.10%
R=29.75%
G=22.15%
B=48.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4735760.380.5400.70257.5636.9421.76
Hex2F234C26360461022516
Octal5743114466601064024526
Binary10111110001110011001001101101100100011010000001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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