#241251

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

Shades of Violent Violet #241251

Tints of Violent Violet #241251

Color information

#241251 (or 0x241251) is unknown color: approx Violent Violet. HEX triplet: 24, 12 and 51. RGB value is (36,18,81). Sum of RGB (Red+Green+Blue) = 36+18+81=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 81 (32.03% from 255 or 60% from 135); Max value from RGB is 81 - color contains mainly: blue. Hex color #241251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241251 is #DBEDAE. Grayscale: #1E1E1E. Windows color (decimal): -14413231 or 5313060. OLE color: 5313060.

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

Color convert

RGB361881-
CMYK0.560.7800.68
HSL257.14º63.64%19.41%-
HSV(B)257.14º77.78%31.76%-
XYZ2.431.47.93-
YUV30.56156.46131.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.67%
GREEN value IS 18 (7.42% from 255) = 13.33%
BLUE value IS 81 (32.03% from 255) = 60%
R=26.67%
G=13.33%
B=60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3618810.560.7800.68257.1463.6419.41
Hex241251384E0441014013
Octal442212170116010440110023
Binary100100100101010001111000100111001000100100000001100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241251; }

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

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

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

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

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

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

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

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