#240F46

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

Shades of Violent Violet #240F46

Tints of Violent Violet #240F46

Color information

#240F46 (or 0x240F46) is unknown color: approx Violent Violet. HEX triplet: 24, 0F and 46. RGB value is (36,15,70). Sum of RGB (Red+Green+Blue) = 36+15+70=121 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.75% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 70 (27.73% from 255 or 57.85% from 121); Max value from RGB is 70 - color contains mainly: blue. Hex color #240F46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240F46 is #DBF0B9. Grayscale: #1B1B1B. Windows color (decimal): -14414010 or 4591396. OLE color: 4591396.

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

Color convert

RGB361570-
CMYK0.490.7900.73
HSL262.91º64.71%16.67%-
HSV(B)262.91º78.57%27.45%-
XYZ21.165.91-
YUV27.55151.96134.03-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.75%
GREEN value IS 15 (6.25% from 255) = 12.40%
BLUE value IS 70 (27.73% from 255) = 57.85%
R=29.75%
G=12.40%
B=57.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3615700.490.7900.73262.9164.7116.67
Hex24F46314F0491074111
Octal441710661117011140710121
Binary10010011111000110110001100111101001001100000111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240F46; }

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

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

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

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

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

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

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

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