#231251

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

Shades of Violent Violet #231251

Tints of Violent Violet #231251

Color information

#231251 (or 0x231251) is unknown color: approx Violent Violet. HEX triplet: 23, 12 and 51. RGB value is (35,18,81). Sum of RGB (Red+Green+Blue) = 35+18+81=134 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.12% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 81 (32.03% from 255 or 60.45% from 134); Max value from RGB is 81 - color contains mainly: blue. Hex color #231251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231251 is #DCEDAE. Grayscale: #1E1E1E. Windows color (decimal): -14478767 or 5313059. OLE color: 5313059.

HSL color Cylindrical-coordinate representation of color #231251: hue angle of 256.19º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #231251 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB351881-
CMYK0.570.7800.68
HSL256.19º63.64%19.41%-
HSV(B)256.19º77.78%31.76%-
XYZ2.391.387.93-
YUV30.26156.63131.38-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.12%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 81 (32.03% from 255) = 60.45%
R=26.12%
G=13.43%
B=60.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3518810.570.7800.68256.1963.6419.41
Hex231251394E0441004013
Octal432212171116010440010023
Binary100011100101010001111001100111001000100100000000100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231251; }

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

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

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

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

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

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

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

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