#150248

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

Shades of Violent Violet #150248

Tints of Violent Violet #150248

Color information

#150248 (or 0x150248) is unknown color: approx Violent Violet. HEX triplet: 15, 02 and 48. RGB value is (21,2,72). Sum of RGB (Red+Green+Blue) = 21+2+72=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 72 (28.52% from 255 or 75.79% from 95); Max value from RGB is 72 - color contains mainly: blue. Hex color #150248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150248 is #EAFDB7. Grayscale: #0F0F0F. Windows color (decimal): -15400376 or 4719125. OLE color: 4719125.

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

Color convert

RGB21272-
CMYK0.710.9700.72
HSL256.29º94.59%14.51%-
HSV(B)256.29º97.22%28.24%-
XYZ1.50.676.18-
YUV15.66159.79131.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.11%
GREEN value IS 2 (1.17% from 255) = 2.11%
BLUE value IS 72 (28.52% from 255) = 75.79%
R=22.11%
G=2.11%
B=75.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal212720.710.9700.72256.2994.5914.51
Hex1524847610481005ff
Octal252110107141011040013717
Binary10101101001000100011111000010100100010000000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150248; }

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

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

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

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

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

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

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

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