Html Css Color HEX #150449 Violent Violet

📋 copy color: '#150449'

red 21 ◦ green 4 ◦ blue 73

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

Shades of Violent Violet #150449

Tints of Violent Violet #150449

RGB

 RED value IS 21 (8.59% from 255) = 21.43%

 GREEN value IS 4 (1.95% from 255) = 4.08%

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

R = 21.43%
G = 4.08%
B = 74.49%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#150449 (or 0x150449) is known color: Violent Violet. HEX triplet: 15, 04 and 49. RGB value is (21,4,73). Sum of RGB (Red+Green+Blue) = 21+4+73=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 73 (28.91% from 255 or 74.49% from 98); Max value from RGB is 73 - color contains mainly: blue. Hex color #150449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150449 is #EAFBB6. Grayscale: #101010. Windows color (decimal): -15399863 or 4785173. OLE color: 4785173.

HSL color Cylindrical-coordinate representation of color #150449: hue angle of 254.78º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150449 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 4 73 -
CMYK 0.71 0.95 0 0.71
HSL 254.78º 0.9% 0.15% -
HSV(B) 254.78º 0.95% 0.29% -
XYZ 1.56 0.73 6.36 -
YUV 16.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 21 4 73 0.71 0.95 0 0.71 254.78 0.9 0.15
Hex 15 4 49 47 5F 0 47 FF 5A F
Octal 25 4 111 107 137 0 107 377 132 17
Binary 10101 100 1001001 1000111 1011111 0 1000111 11111111 1011010 1111

Color Harmonies of #150449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150449

Black with #150449

Text Example


Text Example

White with #150449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150449; }

 p { color: rgb(21,4,73); }

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

background-color css

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

 a { background-color: rgb(21,4,73); }

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

border-color css

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

 span { border-color: rgb(21,4,73); }

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