#230E49

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

Shades of Violent Violet #230E49

Tints of Violent Violet #230E49

Color information

#230E49 (or 0x230E49) is unknown color: approx Violent Violet. HEX triplet: 23, 0E and 49. RGB value is (35,14,73). Sum of RGB (Red+Green+Blue) = 35+14+73=122 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.69% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 73 (28.91% from 255 or 59.84% from 122); Max value from RGB is 73 - color contains mainly: blue. Hex color #230E49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230E49 is #DCF1B6. Grayscale: #1A1A1A. Windows color (decimal): -14479799 or 4787747. OLE color: 4787747.

HSL color Cylindrical-coordinate representation of color #230E49: hue angle of 261.36º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #230E49 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB351473-
CMYK0.520.8100.71
HSL261.36º67.82%17.06%-
HSV(B)261.36º80.82%28.63%-
XYZ2.051.156.42-
YUV27.01153.96133.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.69%
GREEN value IS 14 (5.86% from 255) = 11.48%
BLUE value IS 73 (28.91% from 255) = 59.84%
R=28.69%
G=11.48%
B=59.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3514730.520.8100.71261.3667.8217.06
Hex23E4934510471054411
Octal431611164121010740510421
Binary10001111101001001110100101000101000111100000101100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230E49; }

 p { color: rgb(35,14,73); }

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

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

 a { background-color: rgb(35,14,73); }

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

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

 span { border-color: rgb(35,14,73); }

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