#231340

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

Shades of Violent Violet #231340

Tints of Violent Violet #231340

Color information

#231340 (or 0x231340) is unknown color: approx Violent Violet. HEX triplet: 23, 13 and 40. RGB value is (35,19,64). Sum of RGB (Red+Green+Blue) = 35+19+64=118 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.66% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #231340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231340 is #DCECBF. Grayscale: #1C1C1C. Windows color (decimal): -14478528 or 4199203. OLE color: 4199203.

HSL color Cylindrical-coordinate representation of color #231340: hue angle of 261.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #231340 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB351964-
CMYK0.450.7000.75
HSL261.33º54.22%16.27%-
HSV(B)261.33º70.31%25.1%-
XYZ1.851.194.98-
YUV28.91147.8132.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.66%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 64 (25.39% from 255) = 54.24%
R=29.66%
G=16.10%
B=54.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3519640.450.7000.75261.3354.2216.27
Hex2313402D4604B1053610
Octal43231005510601134056620
Binary10001110011100000010110110001100100101110000010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231340; }

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

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

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

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

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

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

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

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