#240F5A

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

Shades of Violent Violet #240F5A

Tints of Violent Violet #240F5A

Color information

#240F5A (or 0x240F5A) is unknown color: approx Violent Violet. HEX triplet: 24, 0F and 5A. RGB value is (36,15,90). Sum of RGB (Red+Green+Blue) = 36+15+90=141 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.53% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #240F5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240F5A is #DBF0A5. Grayscale: #1D1D1D. Windows color (decimal): -14413990 or 5902116. OLE color: 5902116.

HSL color Cylindrical-coordinate representation of color #240F5A: hue angle of 256.8º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #240F5A is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB361590-
CMYK0.600.8300.65
HSL256.8º71.43%20.59%-
HSV(B)256.8º83.33%35.29%-
XYZ2.741.459.81-
YUV29.83161.96132.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.53%
GREEN value IS 15 (6.25% from 255) = 10.64%
BLUE value IS 90 (35.55% from 255) = 63.83%
R=25.53%
G=10.64%
B=63.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3615900.600.8300.65256.871.4320.59
Hex24F5A3C530411014715
Octal441713274123010140110725
Binary10010011111011010111100101001101000001100000001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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