#241A46

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

Shades of Violent Violet #241A46

Tints of Violent Violet #241A46

Color information

#241A46 (or 0x241A46) is unknown color: approx Violent Violet. HEX triplet: 24, 1A and 46. RGB value is (36,26,70). Sum of RGB (Red+Green+Blue) = 36+26+70=132 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.27% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 70 (27.73% from 255 or 53.03% from 132); Max value from RGB is 70 - color contains mainly: blue. Hex color #241A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A46 is #DBE5B9. Grayscale: #212121. Windows color (decimal): -14411194 or 4594212. OLE color: 4594212.

HSL color Cylindrical-coordinate representation of color #241A46: hue angle of 253.64º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #241A46 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB362670-
CMYK0.490.6300.73
HSL253.64º45.83%18.82%-
HSV(B)253.64º62.86%27.45%-
XYZ2.21.565.98-
YUV34.01148.31129.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.27%
GREEN value IS 26 (10.55% from 255) = 19.70%
BLUE value IS 70 (27.73% from 255) = 53.03%
R=27.27%
G=19.70%
B=53.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3626700.490.6300.73253.6445.8318.82
Hex241A46313F049fe2e13
Octal4432106617701113765623
Binary100100110101000110110001111111010010011111111010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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