#241346

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

Shades of Violent Violet #241346

Tints of Violent Violet #241346

Color information

#241346 (or 0x241346) is unknown color: approx Violent Violet. HEX triplet: 24, 13 and 46. RGB value is (36,19,70). Sum of RGB (Red+Green+Blue) = 36+19+70=125 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.8% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 70 (27.73% from 255 or 56% from 125); Max value from RGB is 70 - color contains mainly: blue. Hex color #241346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241346 is #DBECB9. Grayscale: #1D1D1D. Windows color (decimal): -14412986 or 4592420. OLE color: 4592420.

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

Color convert

RGB361970-
CMYK0.490.7300.73
HSL260º57.3%17.45%-
HSV(B)260º72.86%27.45%-
XYZ2.071.285.93-
YUV29.9150.63132.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 28.8%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 70 (27.73% from 255) = 56%
R=28.8%
G=15.2%
B=56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3619700.490.7300.7326057.317.45
Hex24134631490491043911
Octal44231066111101114047121
Binary10010010011100011011000110010010100100110000010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241346; }

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

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

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

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

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

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

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

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