#231241

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

Shades of Violent Violet #231241

Tints of Violent Violet #231241

Color information

#231241 (or 0x231241) is unknown color: approx Violent Violet. HEX triplet: 23, 12 and 41. RGB value is (35,18,65). Sum of RGB (Red+Green+Blue) = 35+18+65=118 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.66% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #231241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231241 is #DCEDBE. Grayscale: #1C1C1C. Windows color (decimal): -14478783 or 4264483. OLE color: 4264483.

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

Color convert

RGB351865-
CMYK0.460.7200.75
HSL261.7º56.63%16.27%-
HSV(B)261.7º72.31%25.49%-
XYZ1.861.175.13-
YUV28.44148.63132.68-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.66%
GREEN value IS 18 (7.42% from 255) = 15.25%
BLUE value IS 65 (25.78% from 255) = 55.08%
R=29.66%
G=15.25%
B=55.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3518650.460.7200.75261.756.6316.27
Hex2312412E4804B1063910
Octal43221015611001134067120
Binary10001110010100000110111010010000100101110000011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231241; }

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

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

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

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

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

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

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

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