#150247

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

Shades of Violent Violet #150247

Tints of Violent Violet #150247

Color information

#150247 (or 0x150247) is unknown color: approx Violent Violet. HEX triplet: 15, 02 and 47. RGB value is (21,2,71). Sum of RGB (Red+Green+Blue) = 21+2+71=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 71 (28.12% from 255 or 75.53% from 94); Max value from RGB is 71 - color contains mainly: blue. Hex color #150247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150247 is #EAFDB8. Grayscale: #0F0F0F. Windows color (decimal): -15400377 or 4653589. OLE color: 4653589.

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

Color convert

RGB21271-
CMYK0.700.9700.72
HSL256.52º94.52%14.31%-
HSV(B)256.52º97.18%27.84%-
XYZ1.470.666.01-
YUV15.55159.29131.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.34%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 71 (28.12% from 255) = 75.53%
R=22.34%
G=2.13%
B=75.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal212710.700.9700.72256.5294.5214.31
Hex1524746610481015fe
Octal252107106141011040113716
Binary10101101000111100011011000010100100010000000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150247; }

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

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

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

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

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

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

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

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