#150348

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

Shades of Violent Violet #150348

Tints of Violent Violet #150348

Color information

#150348 (or 0x150348) is unknown color: approx Violent Violet. HEX triplet: 15, 03 and 48. RGB value is (21,3,72). Sum of RGB (Red+Green+Blue) = 21+3+72=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 72 (28.52% from 255 or 75% from 96); Max value from RGB is 72 - color contains mainly: blue. Hex color #150348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150348 is #EAFCB7. Grayscale: #0F0F0F. Windows color (decimal): -15400120 or 4719381. OLE color: 4719381.

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

Color convert

RGB21372-
CMYK0.710.9600.72
HSL255.65º92%14.71%-
HSV(B)255.65º95.83%28.24%-
XYZ1.510.696.18-
YUV16.25159.46131.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.88%
GREEN value IS 3 (1.56% from 255) = 3.12%
BLUE value IS 72 (28.52% from 255) = 75%
R=21.88%
G=3.12%
B=75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal213720.710.9600.72255.659214.71
Hex1534847600481005cf
Octal253110107140011040013417
Binary10101111001000100011111000000100100010000000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150348; }

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

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

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

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

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

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

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

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