#2F1F57

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

Shades of Violent Violet #2F1F57

Tints of Violent Violet #2F1F57

Color information

#2F1F57 (or 0x2F1F57) is unknown color: approx Violent Violet. HEX triplet: 2F, 1F and 57. RGB value is (47,31,87). Sum of RGB (Red+Green+Blue) = 47+31+87=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #2F1F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F1F57 is #D0E0A8. Grayscale: #292929. Windows color (decimal): -13689001 or 5709615. OLE color: 5709615.

HSL color Cylindrical-coordinate representation of color #2F1F57: hue angle of 257.14º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F1F57 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB473187-
CMYK0.460.6400.66
HSL257.14º47.46%23.14%-
HSV(B)257.14º64.37%34.12%-
XYZ3.382.279.28-
YUV42.17153.3131.45-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.48%
GREEN value IS 31 (12.5% from 255) = 18.79%
BLUE value IS 87 (34.38% from 255) = 52.73%
R=28.48%
G=18.79%
B=52.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4731870.460.6400.66257.1447.4623.14
Hex2F1F572E400421012f17
Octal57371275610001024015727
Binary10111111111101011110111010000000100001010000000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,31,87); }

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

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

 a { background-color: rgb(47,31,87); }

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

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

 span { border-color: rgb(47,31,87); }

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