#231549

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

Shades of Violent Violet #231549

Tints of Violent Violet #231549

Color information

#231549 (or 0x231549) is unknown color: approx Violent Violet. HEX triplet: 23, 15 and 49. RGB value is (35,21,73). Sum of RGB (Red+Green+Blue) = 35+21+73=129 (17% of max value = 765). Red value is 35 (14.06% from 255 or 27.13% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 73 (28.91% from 255 or 56.59% from 129); Max value from RGB is 73 - color contains mainly: blue. Hex color #231549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231549 is #DCEAB6. Grayscale: #1E1E1E. Windows color (decimal): -14478007 or 4789539. OLE color: 4789539.

HSL color Cylindrical-coordinate representation of color #231549: hue angle of 256.15º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #231549 is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB352173-
CMYK0.520.7100.71
HSL256.15º55.32%18.43%-
HSV(B)256.15º71.23%28.63%-
XYZ2.161.376.45-
YUV31.11151.64130.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.13%
GREEN value IS 21 (8.59% from 255) = 16.28%
BLUE value IS 73 (28.91% from 255) = 56.59%
R=27.13%
G=16.28%
B=56.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3521730.520.7100.71256.1555.3218.43
Hex23154934470471003712
Octal43251116410701074006722
Binary10001110101100100111010010001110100011110000000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231549; }

 p { color: rgb(35,21,73); }

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

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

 a { background-color: rgb(35,21,73); }

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

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

 span { border-color: rgb(35,21,73); }

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