#150249

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

Shades of Violent Violet #150249

Tints of Violent Violet #150249

Color information

#150249 (or 0x150249) is unknown color: approx Violent Violet. HEX triplet: 15, 02 and 49. RGB value is (21,2,73). Sum of RGB (Red+Green+Blue) = 21+2+73=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 73 (28.91% from 255 or 76.04% from 96); Max value from RGB is 73 - color contains mainly: blue. Hex color #150249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150249 is #EAFDB6. Grayscale: #0F0F0F. Windows color (decimal): -15400375 or 4784661. OLE color: 4784661.

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

Color convert

RGB21273-
CMYK0.710.9700.71
HSL256.06º94.67%14.71%-
HSV(B)256.06º97.26%28.63%-
XYZ1.530.686.35-
YUV15.78160.29131.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.88%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 73 (28.91% from 255) = 76.04%
R=21.88%
G=2.08%
B=76.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal212730.710.9700.71256.0694.6714.71
Hex1524947610471005ff
Octal252111107141010740013717
Binary10101101001001100011111000010100011110000000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150249; }

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

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

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

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

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

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

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

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