#2F264C

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

Shades of Violent Violet #2F264C

Tints of Violent Violet #2F264C

Color information

#2F264C (or 0x2F264C) is unknown color: approx Violent Violet. HEX triplet: 2F, 26 and 4C. RGB value is (47,38,76). Sum of RGB (Red+Green+Blue) = 47+38+76=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F264C is #D0D9B3. Grayscale: #2C2C2C. Windows color (decimal): -13687220 or 4990511. OLE color: 4990511.

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

Color convert

RGB473876-
CMYK0.380.500.70
HSL254.21º33.33%22.35%-
HSV(B)254.21º50%29.8%-
XYZ3.172.517.16-
YUV45.02145.48129.41-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.19%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 76 (30.08% from 255) = 47.20%
R=29.19%
G=23.60%
B=47.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4738760.380.500.70254.2133.3322.35
Hex2F264C2632046fe2116
Octal5746114466201063764126
Binary1011111001101001100100110110010010001101111111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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