#230F57

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

Shades of Violent Violet #230F57

Tints of Violent Violet #230F57

Color information

#230F57 (or 0x230F57) is unknown color: approx Violent Violet. HEX triplet: 23, 0F and 57. RGB value is (35,15,87). Sum of RGB (Red+Green+Blue) = 35+15+87=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 87 (34.38% from 255 or 63.50% from 137); Max value from RGB is 87 - color contains mainly: blue. Hex color #230F57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230F57 is #DCF0A8. Grayscale: #1C1C1C. Windows color (decimal): -14479529 or 5705507. OLE color: 5705507.

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

Color convert

RGB351587-
CMYK0.600.8300.66
HSL256.67º70.59%20%-
HSV(B)256.67º82.76%34.12%-
XYZ2.581.399.15-
YUV29.19160.63132.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.55%
GREEN value IS 15 (6.25% from 255) = 10.95%
BLUE value IS 87 (34.38% from 255) = 63.50%
R=25.55%
G=10.95%
B=63.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3515870.600.8300.66256.6770.5920
Hex23F573C530421014714
Octal431712774123010240110724
Binary10001111111010111111100101001101000010100000001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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