#241353

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

Shades of Violent Violet #241353

Tints of Violent Violet #241353

Color information

#241353 (or 0x241353) is unknown color: approx Violent Violet. HEX triplet: 24, 13 and 53. RGB value is (36,19,83). Sum of RGB (Red+Green+Blue) = 36+19+83=138 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.09% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #241353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241353 is #DBECAC. Grayscale: #1F1F1F. Windows color (decimal): -14412973 or 5444388. OLE color: 5444388.

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

Color convert

RGB361983-
CMYK0.570.7700.67
HSL255.94º62.75%20%-
HSV(B)255.94º77.11%32.55%-
XYZ2.521.478.33-
YUV31.38157.13131.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.09%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 83 (32.81% from 255) = 60.14%
R=26.09%
G=13.77%
B=60.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3619830.570.7700.67255.9462.7520
Hex241353394D0431003f14
Octal44231237111501034007724
Binary10010010011101001111100110011010100001110000000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241353; }

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

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

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

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

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

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

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

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