Html Css Color HEX #241949 Violent Violet

📋 copy color: '#241949'

red 36 ◦ green 25 ◦ blue 73

#241949
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violent Violet #241949

Tints of Violent Violet #241949

RGB

 RED value IS 36 (14.45% from 255) = 26.87%

 GREEN value IS 25 (10.16% from 255) = 18.66%

 BLUE value IS 73 (28.91% from 255) = 54.48%

R = 26.87%
G = 18.66%
B = 54.48%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#241949 (or 0x241949) is known color: Violent Violet. HEX triplet: 24, 19 and 49. RGB value is (36,25,73). Sum of RGB (Red+Green+Blue) = 36+25+73=134 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.87% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 73 (28.91% from 255 or 54.48% from 134); Max value from RGB is 73 - color contains mainly: blue. Hex color #241949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241949 is #DBE6B6. Grayscale: #212121. Windows color (decimal): -14411447 or 4790564. OLE color: 4790564.

HSL color Cylindrical-coordinate representation of color #241949: hue angle of 253.75º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #241949 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 36 25 73 -
CMYK 0.51 0.66 0 0.71
HSL 253.75º 0.49% 0.19% -
HSV(B) 253.75º 0.66% 0.29% -
XYZ 2.28 1.55 6.48 -
YUV 33.76 150.14 129.6 -
System Red Green Blue C M Y K H S L
Decimal 36 25 73 0.51 0.66 0 0.71 253.75 0.49 0.19
Hex 24 19 49 33 42 0 47 FE 31 13
Octal 44 31 111 63 102 0 107 376 61 23
Binary 100100 11001 1001001 110011 1000010 0 1000111 11111110 110001 10011

Color Harmonies of #241949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241949

Black with #241949

Text Example


Text Example

White with #241949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241949; }

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

 H1.HeaderClassName
 {
   color: #241949;
 }
 .AnyTagClassName
 {
   color: #241949;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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