#241341

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

Shades of Violent Violet #241341

Tints of Violent Violet #241341

Color information

#241341 (or 0x241341) is unknown color: approx Violent Violet. HEX triplet: 24, 13 and 41. RGB value is (36,19,65). Sum of RGB (Red+Green+Blue) = 36+19+65=120 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #241341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241341 is #DBECBE. Grayscale: #1D1D1D. Windows color (decimal): -14412991 or 4264740. OLE color: 4264740.

HSL color Cylindrical-coordinate representation of color #241341: hue angle of 262.17º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #241341 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB361965-
CMYK0.450.7100.75
HSL262.17º54.76%16.47%-
HSV(B)262.17º70.77%25.49%-
XYZ1.911.225.14-
YUV29.33148.13132.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 30%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 65 (25.78% from 255) = 54.17%
R=30%
G=15.83%
B=54.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3619650.450.7100.75262.1754.7616.47
Hex2413412D4704B1063710
Octal44231015510701134066720
Binary10010010011100000110110110001110100101110000011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241341; }

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

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

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

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

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

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

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

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