#231246

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

Shades of Violent Violet #231246

Tints of Violent Violet #231246

Color information

#231246 (or 0x231246) is unknown color: approx Violent Violet. HEX triplet: 23, 12 and 46. RGB value is (35,18,70). Sum of RGB (Red+Green+Blue) = 35+18+70=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #231246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231246 is #DCEDB9. Grayscale: #1C1C1C. Windows color (decimal): -14478778 or 4592163. OLE color: 4592163.

HSL color Cylindrical-coordinate representation of color #231246: hue angle of 259.62º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #231246 is Cyan = 0.5, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB351870-
CMYK0.50.7400.73
HSL259.62º59.09%17.25%-
HSV(B)259.62º74.29%27.45%-
XYZ2.011.235.93-
YUV29.01151.13132.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.46%
GREEN value IS 18 (7.42% from 255) = 14.63%
BLUE value IS 70 (27.73% from 255) = 56.91%
R=28.46%
G=14.63%
B=56.91%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3518700.50.7400.73259.6259.0917.25
Hex231246324A0491043b11
Octal43221066211201114047321
Binary10001110010100011011001010010100100100110000010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231246; }

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

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

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

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

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

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

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

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