#241355

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

Shades of Violent Violet #241355

Tints of Violent Violet #241355

Color information

#241355 (or 0x241355) is unknown color: approx Violent Violet. HEX triplet: 24, 13 and 55. RGB value is (36,19,85). Sum of RGB (Red+Green+Blue) = 36+19+85=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #241355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241355 is #DBECAA. Grayscale: #1F1F1F. Windows color (decimal): -14412971 or 5575460. OLE color: 5575460.

HSL color Cylindrical-coordinate representation of color #241355: hue angle of 255.45º degrees, saturation: 0.63, 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 #241355 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB361985-
CMYK0.580.7800.67
HSL255.45º63.46%20.39%-
HSV(B)255.45º77.65%33.33%-
XYZ2.61.58.75-
YUV31.61158.13131.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.71%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 85 (33.59% from 255) = 60.71%
R=25.71%
G=13.57%
B=60.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3619850.580.7800.67255.4563.4620.39
Hex2413553A4E043ff3f14
Octal44231257211601033777724
Binary1001001001110101011110101001110010000111111111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241355; }

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

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

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

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

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

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

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

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