#241742

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

Shades of Violent Violet #241742

Tints of Violent Violet #241742

Color information

#241742 (or 0x241742) is unknown color: approx Violent Violet. HEX triplet: 24, 17 and 42. RGB value is (36,23,66). Sum of RGB (Red+Green+Blue) = 36+23+66=125 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.8% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 66 (26.17% from 255 or 52.8% from 125); Max value from RGB is 66 - color contains mainly: blue. Hex color #241742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241742 is #DBE8BD. Grayscale: #1F1F1F. Windows color (decimal): -14411966 or 4331300. OLE color: 4331300.

HSL color Cylindrical-coordinate representation of color #241742: hue angle of 258.14º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #241742 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB362366-
CMYK0.450.6500.74
HSL258.14º48.31%17.45%-
HSV(B)258.14º65.15%25.88%-
XYZ2.021.385.31-
YUV31.79147.31131-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 28.8%
GREEN value IS 23 (9.38% from 255) = 18.4%
BLUE value IS 66 (26.17% from 255) = 52.8%
R=28.8%
G=18.4%
B=52.8%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3623660.450.6500.74258.1448.3117.45
Hex2417422D4104A1023011
Octal44271025510101124026021
Binary10010010111100001010110110000010100101010000001011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241742; }

 p { color: rgb(36,23,66); }

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

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

 a { background-color: rgb(36,23,66); }

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

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

 span { border-color: rgb(36,23,66); }

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