#241948

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

Shades of Violent Violet #241948

Tints of Violent Violet #241948

Color information

#241948 (or 0x241948) is unknown color: approx Violent Violet. HEX triplet: 24, 19 and 48. RGB value is (36,25,72). Sum of RGB (Red+Green+Blue) = 36+25+72=133 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.07% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #241948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241948 is #DBE6B7. Grayscale: #212121. Windows color (decimal): -14411448 or 4725028. OLE color: 4725028.

HSL color Cylindrical-coordinate representation of color #241948: hue angle of 254.04º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #241948 is Cyan = 0.5, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB362572-
CMYK0.50.6500.72
HSL254.04º48.45%19.02%-
HSV(B)254.04º65.28%28.24%-
XYZ2.241.546.31-
YUV33.65149.64129.68-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.07%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 72 (28.52% from 255) = 54.14%
R=27.07%
G=18.80%
B=54.14%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3625720.50.6500.72254.0448.4519.02
Hex2419483241048fe3013
Octal44311106210101103766023
Binary1001001100110010001100101000001010010001111111011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241948; }

 p { color: rgb(36,25,72); }

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

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

 a { background-color: rgb(36,25,72); }

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

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

 span { border-color: rgb(36,25,72); }

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