#231350

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

Shades of Violent Violet #231350

Tints of Violent Violet #231350

Color information

#231350 (or 0x231350) is unknown color: approx Violent Violet. HEX triplet: 23, 13 and 50. RGB value is (35,19,80). Sum of RGB (Red+Green+Blue) = 35+19+80=134 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.12% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #231350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231350 is #DCECAF. Grayscale: #1E1E1E. Windows color (decimal): -14478512 or 5247779. OLE color: 5247779.

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

Color convert

RGB351980-
CMYK0.560.7600.69
HSL255.74º61.62%19.41%-
HSV(B)255.74º76.25%31.37%-
XYZ2.371.47.73-
YUV30.74155.8131.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.12%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 80 (31.64% from 255) = 59.70%
R=26.12%
G=14.18%
B=59.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3519800.560.7600.69255.7461.6219.41
Hex231350384C0451003e13
Octal43231207011401054007623
Binary10001110011101000011100010011000100010110000000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231350; }

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

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

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

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

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

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

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

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