#231541

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

Shades of Violent Violet #231541

Tints of Violent Violet #231541

Color information

#231541 (or 0x231541) is unknown color: approx Violent Violet. HEX triplet: 23, 15 and 41. RGB value is (35,21,65). Sum of RGB (Red+Green+Blue) = 35+21+65=121 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.93% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #231541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231541 is #DCEABE. Grayscale: #1E1E1E. Windows color (decimal): -14478015 or 4265251. OLE color: 4265251.

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

Color convert

RGB352165-
CMYK0.460.6800.75
HSL259.09º51.16%16.86%-
HSV(B)259.09º67.69%25.49%-
XYZ1.921.285.15-
YUV30.2147.64131.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.93%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 65 (25.78% from 255) = 53.72%
R=28.93%
G=17.36%
B=53.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3521650.460.6800.75259.0951.1616.86
Hex2315412E4404B1033311
Octal43251015610401134036321
Binary10001110101100000110111010001000100101110000001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231541; }

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

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

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

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

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

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

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

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