#231447

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

Shades of Violent Violet #231447

Tints of Violent Violet #231447

Color information

#231447 (or 0x231447) is unknown color: approx Violent Violet. HEX triplet: 23, 14 and 47. RGB value is (35,20,71). Sum of RGB (Red+Green+Blue) = 35+20+71=126 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.78% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #231447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231447 is #DCEBB8. Grayscale: #1E1E1E. Windows color (decimal): -14478265 or 4658211. OLE color: 4658211.

HSL color Cylindrical-coordinate representation of color #231447: hue angle of 257.65º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #231447 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB352071-
CMYK0.510.7200.72
HSL257.65º56.04%17.84%-
HSV(B)257.65º71.83%27.84%-
XYZ2.081.316.1-
YUV30.3150.97131.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.78%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 71 (28.12% from 255) = 56.35%
R=27.78%
G=15.87%
B=56.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3520710.510.7200.72257.6556.0417.84
Hex23144733480481023812
Octal43241076311001104027022
Binary10001110100100011111001110010000100100010000001011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231447; }

 p { color: rgb(35,20,71); }

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

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

 a { background-color: rgb(35,20,71); }

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

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

 span { border-color: rgb(35,20,71); }

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