#231255

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

Shades of Violent Violet #231255

Tints of Violent Violet #231255

Color information

#231255 (or 0x231255) is unknown color: approx Violent Violet. HEX triplet: 23, 12 and 55. RGB value is (35,18,85). Sum of RGB (Red+Green+Blue) = 35+18+85=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 85 (33.59% from 255 or 61.59% from 138); Max value from RGB is 85 - color contains mainly: blue. Hex color #231255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231255 is #DCEDAA. Grayscale: #1E1E1E. Windows color (decimal): -14478763 or 5575203. OLE color: 5575203.

HSL color Cylindrical-coordinate representation of color #231255: hue angle of 255.22º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #231255 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB351885-
CMYK0.590.7900.67
HSL255.22º65.05%20.2%-
HSV(B)255.22º78.82%33.33%-
XYZ2.551.458.74-
YUV30.72158.63131.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.36%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 85 (33.59% from 255) = 61.59%
R=25.36%
G=13.04%
B=61.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3518850.590.7900.67255.2265.0520.2
Hex2312553B4F043ff4114
Octal432212573117010337710124
Binary10001110010101010111101110011110100001111111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231255; }

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

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

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

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

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

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

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

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