#231A46

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

Shades of Violent Violet #231A46

Tints of Violent Violet #231A46

Color information

#231A46 (or 0x231A46) is unknown color: approx Violent Violet. HEX triplet: 23, 1A and 46. RGB value is (35,26,70). Sum of RGB (Red+Green+Blue) = 35+26+70=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 70 (27.73% from 255 or 53.44% from 131); Max value from RGB is 70 - color contains mainly: blue. Hex color #231A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A46 is #DCE5B9. Grayscale: #212121. Windows color (decimal): -14476730 or 4594211. OLE color: 4594211.

HSL color Cylindrical-coordinate representation of color #231A46: hue angle of 252.27º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #231A46 is Cyan = 0.5, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB352670-
CMYK0.50.6300.73
HSL252.27º45.83%18.82%-
HSV(B)252.27º62.86%27.45%-
XYZ2.171.545.98-
YUV33.71148.48128.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.72%
GREEN value IS 26 (10.55% from 255) = 19.85%
BLUE value IS 70 (27.73% from 255) = 53.44%
R=26.72%
G=19.85%
B=53.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3526700.50.6300.73252.2745.8318.82
Hex231A46323F049fc2e13
Octal4332106627701113745623
Binary100011110101000110110010111111010010011111110010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231A46; }

 p { color: rgb(35,26,70); }

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

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

 a { background-color: rgb(35,26,70); }

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

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

 span { border-color: rgb(35,26,70); }

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