#231147

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

Shades of Violent Violet #231147

Tints of Violent Violet #231147

Color information

#231147 (or 0x231147) is unknown color: approx Violent Violet. HEX triplet: 23, 11 and 47. RGB value is (35,17,71). Sum of RGB (Red+Green+Blue) = 35+17+71=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #231147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231147 is #DCEEB8. Grayscale: #1C1C1C. Windows color (decimal): -14479033 or 4657443. OLE color: 4657443.

HSL color Cylindrical-coordinate representation of color #231147: hue angle of 260º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #231147 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB351771-
CMYK0.510.7600.72
HSL260º61.36%17.25%-
HSV(B)260º76.06%27.84%-
XYZ2.031.216.09-
YUV28.54151.96132.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.46%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 71 (28.12% from 255) = 57.72%
R=28.46%
G=13.82%
B=57.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3517710.510.7600.7226061.3617.25
Hex231147334C0481043d11
Octal43211076311401104047521
Binary10001110001100011111001110011000100100010000010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231147; }

 p { color: rgb(35,17,71); }

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

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

 a { background-color: rgb(35,17,71); }

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

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

 span { border-color: rgb(35,17,71); }

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