#240251

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

Shades of Violent Violet #240251

Tints of Violent Violet #240251

Color information

#240251 (or 0x240251) is unknown color: approx Violent Violet. HEX triplet: 24, 02 and 51. RGB value is (36,2,81). Sum of RGB (Red+Green+Blue) = 36+2+81=119 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.25% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 81 (32.03% from 255 or 68.07% from 119); Max value from RGB is 81 - color contains mainly: blue. Hex color #240251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240251 is #DBFDAE. Grayscale: #141414. Windows color (decimal): -14417327 or 5308964. OLE color: 5308964.

HSL color Cylindrical-coordinate representation of color #240251: hue angle of 265.82º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240251 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB36281-
CMYK0.560.9800.68
HSL265.82º95.18%16.27%-
HSV(B)265.82º97.53%31.76%-
XYZ2.231.017.86-
YUV21.17161.76138.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 30.25%
GREEN value IS 2 (1.17% from 255) = 1.68%
BLUE value IS 81 (32.03% from 255) = 68.07%
R=30.25%
G=1.68%
B=68.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal362810.560.9800.68265.8295.1816.27
Hex24251386204410a5f10
Octal44212170142010441213720
Binary100100101010001111000110001001000100100001010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240251; }

 p { color: rgb(36,2,81); }

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

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

 a { background-color: rgb(36,2,81); }

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

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

 span { border-color: rgb(36,2,81); }

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