#231550

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

Shades of Violent Violet #231550

Tints of Violent Violet #231550

Color information

#231550 (or 0x231550) is unknown color: approx Violent Violet. HEX triplet: 23, 15 and 50. RGB value is (35,21,80). Sum of RGB (Red+Green+Blue) = 35+21+80=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #231550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231550 is #DCEAAF. Grayscale: #1F1F1F. Windows color (decimal): -14478000 or 5248291. OLE color: 5248291.

HSL color Cylindrical-coordinate representation of color #231550: hue angle of 254.24º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #231550 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB352180-
CMYK0.560.7400.69
HSL254.24º58.42%19.8%-
HSV(B)254.24º73.75%31.37%-
XYZ2.411.477.75-
YUV31.91155.14130.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.74%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 80 (31.64% from 255) = 58.82%
R=25.74%
G=15.44%
B=58.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3521800.560.7400.69254.2458.4219.8
Hex231550384A045fe3a14
Octal43251207011201053767224
Binary1000111010110100001110001001010010001011111111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231550; }

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

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

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

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

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

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

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

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