#150340

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

Shades of Violent Violet #150340

Tints of Violent Violet #150340

Color information

#150340 (or 0x150340) is unknown color: approx Violent Violet. HEX triplet: 15, 03 and 40. RGB value is (21,3,64). Sum of RGB (Red+Green+Blue) = 21+3+64=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 64 (25.39% from 255 or 72.73% from 88); Max value from RGB is 64 - color contains mainly: blue. Hex color #150340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150340 is #EAFCBF. Grayscale: #0F0F0F. Windows color (decimal): -15400128 or 4195093. OLE color: 4195093.

HSL color Cylindrical-coordinate representation of color #150340: hue angle of 257.7º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150340 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB21364-
CMYK0.670.9500.75
HSL257.7º91.04%13.14%-
HSV(B)257.7º95.31%25.1%-
XYZ1.270.594.9-
YUV15.34155.46132.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.86%
GREEN value IS 3 (1.56% from 255) = 3.41%
BLUE value IS 64 (25.39% from 255) = 72.73%
R=23.86%
G=3.41%
B=72.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal213640.670.9500.75257.791.0413.14
Hex15340435F04B1025bd
Octal253100103137011340213315
Binary10101111000000100001110111110100101110000001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150340; }

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

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

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

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

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

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

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

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