#231253

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

Shades of Violent Violet #231253

Tints of Violent Violet #231253

Color information

#231253 (or 0x231253) is unknown color: approx Violent Violet. HEX triplet: 23, 12 and 53. RGB value is (35,18,83). Sum of RGB (Red+Green+Blue) = 35+18+83=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #231253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231253 is #DCEDAC. Grayscale: #1E1E1E. Windows color (decimal): -14478765 or 5444131. OLE color: 5444131.

HSL color Cylindrical-coordinate representation of color #231253: hue angle of 255.69º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #231253 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB351883-
CMYK0.580.7800.67
HSL255.69º64.36%19.8%-
HSV(B)255.69º78.31%32.55%-
XYZ2.471.418.33-
YUV30.49157.63131.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.74%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 83 (32.81% from 255) = 61.03%
R=25.74%
G=13.24%
B=61.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3518830.580.7800.67255.6964.3619.8
Hex2312533A4E0431004014
Octal432212372116010340010024
Binary100011100101010011111010100111001000011100000000100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231253; }

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

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

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

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

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

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

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

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