#150252

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

Shades of Violent Violet #150252

Tints of Violent Violet #150252

Color information

#150252 (or 0x150252) is unknown color: approx Violent Violet. HEX triplet: 15, 02 and 52. RGB value is (21,2,82). Sum of RGB (Red+Green+Blue) = 21+2+82=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 82 (32.42% from 255 or 78.10% from 105); Max value from RGB is 82 - color contains mainly: blue. Hex color #150252 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150252 is #EAFDAD. Grayscale: #101010. Windows color (decimal): -15400366 or 5374485. OLE color: 5374485.

HSL color Cylindrical-coordinate representation of color #150252: hue angle of 254.25º 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 #150252 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB21282-
CMYK0.740.9800.68
HSL254.25º95.24%16.47%-
HSV(B)254.25º97.56%32.16%-
XYZ1.850.818.04-
YUV16.8164.79131-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20%
GREEN value IS 2 (1.17% from 255) = 1.90%
BLUE value IS 82 (32.42% from 255) = 78.10%
R=20%
G=1.90%
B=78.10%

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
Decimal212820.740.9800.68254.2595.2416.47
Hex152524A62044fe5f10
Octal252122112142010437613720
Binary10101101010010100101011000100100010011111110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150252; }

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

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

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

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

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

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

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

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