#2E244B

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

Shades of Violent Violet #2E244B

Tints of Violent Violet #2E244B

Color information

#2E244B (or 0x2E244B) is unknown color: approx Violent Violet. HEX triplet: 2E, 24 and 4B. RGB value is (46,36,75). Sum of RGB (Red+Green+Blue) = 46+36+75=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #2E244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E244B is #D1DBB4. Grayscale: #2B2B2B. Windows color (decimal): -13753269 or 4924462. OLE color: 4924462.

HSL color Cylindrical-coordinate representation of color #2E244B: hue angle of 255.38º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E244B is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB463675-
CMYK0.390.5200.71
HSL255.38º35.14%21.76%-
HSV(B)255.38º52%29.41%-
XYZ3.032.356.95-
YUV43.44145.81129.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 75 (29.69% from 255) = 47.77%
R=29.30%
G=22.93%
B=47.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4636750.390.5200.71255.3835.1421.76
Hex2E244B2734047ff2316
Octal5644113476401073774326
Binary1011101001001001011100111110100010001111111111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,36,75); }

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

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

 a { background-color: rgb(46,36,75); }

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

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

 span { border-color: rgb(46,36,75); }

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