#230F59

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

Shades of Violent Violet #230F59

Tints of Violent Violet #230F59

Color information

#230F59 (or 0x230F59) is unknown color: approx Violent Violet. HEX triplet: 23, 0F and 59. RGB value is (35,15,89). Sum of RGB (Red+Green+Blue) = 35+15+89=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #230F59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230F59 is #DCF0A6. Grayscale: #1D1D1D. Windows color (decimal): -14479527 or 5836579. OLE color: 5836579.

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

Color convert

RGB351589-
CMYK0.610.8300.65
HSL256.22º71.15%20.39%-
HSV(B)256.22º83.15%34.9%-
XYZ2.671.429.58-
YUV29.42161.63131.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.18%
GREEN value IS 15 (6.25% from 255) = 10.79%
BLUE value IS 89 (35.16% from 255) = 64.03%
R=25.18%
G=10.79%
B=64.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3515890.610.8300.65256.2271.1520.39
Hex23F593D530411004714
Octal431713175123010140010724
Binary10001111111011001111101101001101000001100000000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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