#150251

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

Shades of Violent Violet #150251

Tints of Violent Violet #150251

Color information

#150251 (or 0x150251) is unknown color: approx Violent Violet. HEX triplet: 15, 02 and 51. RGB value is (21,2,81). Sum of RGB (Red+Green+Blue) = 21+2+81=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 81 (32.03% from 255 or 77.88% from 104); Max value from RGB is 81 - color contains mainly: blue. Hex color #150251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150251 is #EAFDAE. Grayscale: #101010. Windows color (decimal): -15400367 or 5308949. OLE color: 5308949.

HSL color Cylindrical-coordinate representation of color #150251: hue angle of 254.43º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150251 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB21281-
CMYK0.740.9800.68
HSL254.43º95.18%16.27%-
HSV(B)254.43º97.53%31.76%-
XYZ1.820.87.84-
YUV16.69164.29131.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.19%
GREEN value IS 2 (1.17% from 255) = 1.92%
BLUE value IS 81 (32.03% from 255) = 77.88%
R=20.19%
G=1.92%
B=77.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal212810.740.9800.68254.4395.1816.27
Hex152514A62044fe5f10
Octal252121112142010437613720
Binary10101101010001100101011000100100010011111110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150251; }

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

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

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

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

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

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

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

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