#230E59

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

Shades of Violent Violet #230E59

Tints of Violent Violet #230E59

Color information

#230E59 (or 0x230E59) is unknown color: approx Violent Violet. HEX triplet: 23, 0E and 59. RGB value is (35,14,89). Sum of RGB (Red+Green+Blue) = 35+14+89=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #230E59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230E59 is #DCF1A6. Grayscale: #1C1C1C. Windows color (decimal): -14479783 or 5836323. OLE color: 5836323.

HSL color Cylindrical-coordinate representation of color #230E59: hue angle of 256.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #230E59 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB351489-
CMYK0.610.8400.65
HSL256.8º72.82%20.2%-
HSV(B)256.8º84.27%34.9%-
XYZ2.651.399.58-
YUV28.83161.96132.4-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.36%
GREEN value IS 14 (5.86% from 255) = 10.14%
BLUE value IS 89 (35.16% from 255) = 64.49%
R=25.36%
G=10.14%
B=64.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3514890.610.8400.65256.872.8220.2
Hex23E593D540411014914
Octal431613175124010140111124
Binary10001111101011001111101101010001000001100000001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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