#150641

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

Shades of Violent Violet #150641

Tints of Violent Violet #150641

Color information

#150641 (or 0x150641) is unknown color: approx Violent Violet. HEX triplet: 15, 06 and 41. RGB value is (21,6,65). Sum of RGB (Red+Green+Blue) = 21+6+65=92 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.83% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 65 (25.78% from 255 or 70.65% from 92); Max value from RGB is 65 - color contains mainly: blue. Hex color #150641 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150641 is #EAF9BE. Grayscale: #101010. Windows color (decimal): -15399359 or 4261397. OLE color: 4261397.

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

Color convert

RGB21665-
CMYK0.680.9100.75
HSL255.25º83.1%13.92%-
HSV(B)255.25º90.77%25.49%-
XYZ1.330.675.06-
YUV17.21154.97130.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.83%
GREEN value IS 6 (2.73% from 255) = 6.52%
BLUE value IS 65 (25.78% from 255) = 70.65%
R=22.83%
G=6.52%
B=70.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal216650.680.9100.75255.2583.113.92
Hex15641445B04Bff53e
Octal256101104133011337712316
Binary10101110100000110001001011011010010111111111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150641; }

 p { color: rgb(21,6,65); }

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

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

 a { background-color: rgb(21,6,65); }

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

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

 span { border-color: rgb(21,6,65); }

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