Html Css Color HEX #150049 Violent Violet

📋 copy color: '#150049'

red 21 ◦ green 0 ◦ blue 73

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

Shades of Violent Violet #150049

Tints of Violent Violet #150049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 22.34%
G = 0%
B = 77.66%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#150049 (or 0x150049) is known color: Violent Violet. HEX triplet: 15, 00 and 49. RGB value is (21,0,73). Sum of RGB (Red+Green+Blue) = 21+0+73=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 73 (28.91% from 255 or 77.66% from 94); Max value from RGB is 73 - color contains mainly: blue. Hex color #150049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150049 is #EAFFB6. Grayscale: #0E0E0E. Windows color (decimal): -15400887 or 4784149. OLE color: 4784149.

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

Color convert

RGB 21 0 73 -
CMYK 0.71 1 0 0.71
HSL 257.26º 1% 0.14% -
HSV(B) 257.26º 1% 0.29% -
XYZ 1.51 0.64 6.35 -
YUV 14.6 160.96 132.56 -
System Red Green Blue C M Y K H S L
Decimal 21 0 73 0.71 1 0 0.71 257.26 1 0.14
Hex 15 0 49 47 64 0 47 101 64 E
Octal 25 0 111 107 144 0 107 401 144 16
Binary 10101 0 1001001 1000111 1100100 0 1000111 100000001 1100100 1110

Color Harmonies of #150049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150049

Black with #150049

Text Example


Text Example

White with #150049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150049; }

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

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

background-color css

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

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

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

border-color css

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

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

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