#2F1A48

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

Shades of Violent Violet #2F1A48

Tints of Violent Violet #2F1A48

Color information

#2F1A48 (or 0x2F1A48) is unknown color: approx Violent Violet. HEX triplet: 2F, 1A and 48. RGB value is (47,26,72). Sum of RGB (Red+Green+Blue) = 47+26+72=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #2F1A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1A48 is #D0E5B7. Grayscale: #252525. Windows color (decimal): -13690296 or 4725295. OLE color: 4725295.

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

Color convert

RGB472672-
CMYK0.350.6400.72
HSL267.39º46.94%19.22%-
HSV(B)267.39º63.89%28.24%-
XYZ2.711.816.34-
YUV37.52147.46134.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.41%
GREEN value IS 26 (10.55% from 255) = 17.93%
BLUE value IS 72 (28.52% from 255) = 49.66%
R=32.41%
G=17.93%
B=49.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4726720.350.6400.72267.3946.9419.22
Hex2F1A48234004810b2f13
Octal57321104310001104135723
Binary10111111010100100010001110000000100100010000101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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