#231156

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

Shades of Violent Violet #231156

Tints of Violent Violet #231156

Color information

#231156 (or 0x231156) is unknown color: approx Violent Violet. HEX triplet: 23, 11 and 56. RGB value is (35,17,86). Sum of RGB (Red+Green+Blue) = 35+17+86=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 86 (33.98% from 255 or 62.32% from 138); Max value from RGB is 86 - color contains mainly: blue. Hex color #231156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231156 is #DCEEA9. Grayscale: #1D1D1D. Windows color (decimal): -14479018 or 5640483. OLE color: 5640483.

HSL color Cylindrical-coordinate representation of color #231156: hue angle of 255.65º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #231156 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB351786-
CMYK0.590.8000.66
HSL255.65º66.99%20.2%-
HSV(B)255.65º80.23%33.73%-
XYZ2.571.438.94-
YUV30.25159.46131.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.36%
GREEN value IS 17 (7.03% from 255) = 12.32%
BLUE value IS 86 (33.98% from 255) = 62.32%
R=25.36%
G=12.32%
B=62.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3517860.590.8000.66255.6566.9920.2
Hex2311563B500421004314
Octal432112673120010240010324
Binary100011100011010110111011101000001000010100000000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231156; }

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

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

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

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

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

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

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

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