#2F274D

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

Shades of Violent Violet #2F274D

Tints of Violent Violet #2F274D

Color information

#2F274D (or 0x2F274D) is unknown color: approx Violent Violet. HEX triplet: 2F, 27 and 4D. RGB value is (47,39,77). Sum of RGB (Red+Green+Blue) = 47+39+77=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F274D is #D0D8B2. Grayscale: #2D2D2D. Windows color (decimal): -13686963 or 5056303. OLE color: 5056303.

HSL color Cylindrical-coordinate representation of color #2F274D: hue angle of 252.63º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F274D is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB473977-
CMYK0.390.4900.70
HSL252.63º32.76%22.75%-
HSV(B)252.63º49.35%30.2%-
XYZ3.242.597.35-
YUV45.72145.65128.91-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.83%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 77 (30.47% from 255) = 47.24%
R=28.83%
G=23.93%
B=47.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4739770.390.4900.70252.6332.7622.75
Hex2F274D2731046fd2117
Octal5747115476101063754127
Binary1011111001111001101100111110001010001101111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,39,77); }

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

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

 a { background-color: rgb(47,39,77); }

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

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

 span { border-color: rgb(47,39,77); }

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