#2F1E46

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

Shades of Violent Violet #2F1E46

Tints of Violent Violet #2F1E46

Color information

#2F1E46 (or 0x2F1E46) is unknown color: approx Violent Violet. HEX triplet: 2F, 1E and 46. RGB value is (47,30,70). Sum of RGB (Red+Green+Blue) = 47+30+70=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 70 (27.73% from 255 or 47.62% from 147); Max value from RGB is 70 - color contains mainly: blue. Hex color #2F1E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1E46 is #D0E1B9. Grayscale: #272727. Windows color (decimal): -13689274 or 4595247. OLE color: 4595247.

HSL color Cylindrical-coordinate representation of color #2F1E46: hue angle of 265.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F1E46 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB473070-
CMYK0.330.5700.73
HSL265.5º40%19.61%-
HSV(B)265.5º57.14%27.45%-
XYZ2.741.986.03-
YUV39.64145.13133.25-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.97%
GREEN value IS 30 (12.11% from 255) = 20.41%
BLUE value IS 70 (27.73% from 255) = 47.62%
R=31.97%
G=20.41%
B=47.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4730700.330.5700.73265.54019.61
Hex2F1E46213904910a2814
Octal5736106417101114125024
Binary1011111111010001101000011110010100100110000101010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,30,70); }

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

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

 a { background-color: rgb(47,30,70); }

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

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

 span { border-color: rgb(47,30,70); }

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