#150047

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

Shades of Violent Violet #150047

Tints of Violent Violet #150047

Color information

#150047 (or 0x150047) is unknown color: approx Violent Violet. HEX triplet: 15, 00 and 47. RGB value is (21,0,71). Sum of RGB (Red+Green+Blue) = 21+0+71=92 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.83% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 71 (28.12% from 255 or 77.17% from 92); Max value from RGB is 71 - color contains mainly: blue. Hex color #150047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150047 is #EAFFB8. Grayscale: #0E0E0E. Windows color (decimal): -15400889 or 4653077. OLE color: 4653077.

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

Color convert

RGB21071-
CMYK0.70100.72
HSL257.75º100%13.92%-
HSV(B)257.75º100%27.84%-
XYZ1.450.616-
YUV14.37159.96132.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 77.17%
R=22.83%
G=0%
B=77.17%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal210710.70100.72257.7510013.92
Hex15047466404810264e
Octal250107106144011040214416
Binary1010101000111100011011001000100100010000001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150047; }

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

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

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

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

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

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

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

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