#241253

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

Shades of Violent Violet #241253

Tints of Violent Violet #241253

Color information

#241253 (or 0x241253) is unknown color: approx Violent Violet. HEX triplet: 24, 12 and 53. RGB value is (36,18,83). Sum of RGB (Red+Green+Blue) = 36+18+83=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #241253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241253 is #DBEDAC. Grayscale: #1E1E1E. Windows color (decimal): -14413229 or 5444132. OLE color: 5444132.

HSL color Cylindrical-coordinate representation of color #241253: hue angle of 256.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #241253 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB361883-
CMYK0.570.7800.67
HSL256.62º64.36%19.8%-
HSV(B)256.62º78.31%32.55%-
XYZ2.511.438.33-
YUV30.79157.46131.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.28%
GREEN value IS 18 (7.42% from 255) = 13.14%
BLUE value IS 83 (32.81% from 255) = 60.58%
R=26.28%
G=13.14%
B=60.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3618830.570.7800.67256.6264.3619.8
Hex241253394E0431014014
Octal442212371116010340110024
Binary100100100101010011111001100111001000011100000001100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241253; }

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

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

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

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

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

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

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

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