#2F2248

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

Shades of Violent Violet #2F2248

Tints of Violent Violet #2F2248

Color information

#2F2248 (or 0x2F2248) is unknown color: approx Violent Violet. HEX triplet: 2F, 22 and 48. RGB value is (47,34,72). Sum of RGB (Red+Green+Blue) = 47+34+72=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #2F2248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2248 is #D0DDB7. Grayscale: #2A2A2A. Windows color (decimal): -13688248 or 4727343. OLE color: 4727343.

HSL color Cylindrical-coordinate representation of color #2F2248: hue angle of 260.53º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F2248 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB473472-
CMYK0.350.5300.72
HSL260.53º35.85%20.78%-
HSV(B)260.53º52.78%28.24%-
XYZ2.912.226.41-
YUV42.22144.81131.41-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.72%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 72 (28.52% from 255) = 47.06%
R=30.72%
G=22.22%
B=47.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4734720.350.5300.72260.5335.8520.78
Hex2F224823350481052415
Octal5742110436501104054425
Binary10111110001010010001000111101010100100010000010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,34,72); }

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

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

 a { background-color: rgb(47,34,72); }

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

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

 span { border-color: rgb(47,34,72); }

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