#240752

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

Shades of Violent Violet #240752

Tints of Violent Violet #240752

Color information

#240752 (or 0x240752) is unknown color: approx Violent Violet. HEX triplet: 24, 07 and 52. RGB value is (36,7,82). Sum of RGB (Red+Green+Blue) = 36+7+82=125 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.8% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 82 (32.42% from 255 or 65.6% from 125); Max value from RGB is 82 - color contains mainly: blue. Hex color #240752 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240752 is #DBF8AD. Grayscale: #171717. Windows color (decimal): -14416046 or 5375780. OLE color: 5375780.

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

Color convert

RGB36782-
CMYK0.560.9100.68
HSL263.2º84.27%17.45%-
HSV(B)263.2º91.46%32.16%-
XYZ2.331.148.08-
YUV24.22160.61136.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 28.8%
GREEN value IS 7 (3.12% from 255) = 5.6%
BLUE value IS 82 (32.42% from 255) = 65.6%
R=28.8%
G=5.6%
B=65.6%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal367820.560.9100.68263.284.2717.45
Hex24752385B0441075411
Octal44712270133010440712421
Binary1001001111010010111000101101101000100100000111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240752; }

 p { color: rgb(36,7,82); }

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

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

 a { background-color: rgb(36,7,82); }

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

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

 span { border-color: rgb(36,7,82); }

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