#231353

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

Shades of Violent Violet #231353

Tints of Violent Violet #231353

Color information

#231353 (or 0x231353) is unknown color: approx Violent Violet. HEX triplet: 23, 13 and 53. RGB value is (35,19,83). Sum of RGB (Red+Green+Blue) = 35+19+83=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #231353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231353 is #DCECAC. Grayscale: #1E1E1E. Windows color (decimal): -14478509 or 5444387. OLE color: 5444387.

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

Color convert

RGB351983-
CMYK0.580.7700.67
HSL255º62.75%20%-
HSV(B)255º77.11%32.55%-
XYZ2.491.458.33-
YUV31.08157.3130.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.55%
GREEN value IS 19 (7.81% from 255) = 13.87%
BLUE value IS 83 (32.81% from 255) = 60.58%
R=25.55%
G=13.87%
B=60.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3519830.580.7700.6725562.7520
Hex2313533A4D043ff3f14
Octal43231237211501033777724
Binary1000111001110100111110101001101010000111111111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231353; }

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

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

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

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

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

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

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

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