#241A49

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

Shades of Violent Violet #241A49

Tints of Violent Violet #241A49

Color information

#241A49 (or 0x241A49) is unknown color: approx Violent Violet. HEX triplet: 24, 1A and 49. RGB value is (36,26,73). Sum of RGB (Red+Green+Blue) = 36+26+73=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #241A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A49 is #DBE5B6. Grayscale: #222222. Windows color (decimal): -14411191 or 4790820. OLE color: 4790820.

HSL color Cylindrical-coordinate representation of color #241A49: hue angle of 252.77º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #241A49 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB362673-
CMYK0.510.6400.71
HSL252.77º47.47%19.41%-
HSV(B)252.77º64.38%28.63%-
XYZ2.31.596.49-
YUV34.35149.81129.18-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.67%
GREEN value IS 26 (10.55% from 255) = 19.26%
BLUE value IS 73 (28.91% from 255) = 54.07%
R=26.67%
G=19.26%
B=54.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3626730.510.6400.71252.7747.4719.41
Hex241A493340047fd2f13
Octal44321116310001073755723
Binary1001001101010010011100111000000010001111111110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241A49; }

 p { color: rgb(36,26,73); }

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

<style>
 a { background-color: #241A49; }

 a { background-color: rgb(36,26,73); }

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

<style>
 span { border-color: #241A49; }

 span { border-color: rgb(36,26,73); }

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