#230559

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

Shades of Violent Violet #230559

Tints of Violent Violet #230559

Color information

#230559 (or 0x230559) is unknown color: approx Violent Violet. HEX triplet: 23, 05 and 59. RGB value is (35,5,89). Sum of RGB (Red+Green+Blue) = 35+5+89=129 (17% of max value = 765). Red value is 35 (14.06% from 255 or 27.13% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 89 (35.16% from 255 or 68.99% from 129); Max value from RGB is 89 - color contains mainly: blue. Hex color #230559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230559 is #DCFAA6. Grayscale: #171717. Windows color (decimal): -14482087 or 5834019. OLE color: 5834019.

HSL color Cylindrical-coordinate representation of color #230559: hue angle of 261.43º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230559 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB35589-
CMYK0.610.9400.65
HSL261.43º89.36%18.43%-
HSV(B)261.43º94.38%34.9%-
XYZ2.551.199.55-
YUV23.55164.94136.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.13%
GREEN value IS 5 (2.34% from 255) = 3.88%
BLUE value IS 89 (35.16% from 255) = 68.99%
R=27.13%
G=3.88%
B=68.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal355890.610.9400.65261.4389.3618.43
Hex235593D5E0411055912
Octal43513175136010140513122
Binary1000111011011001111101101111001000001100000101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230559; }

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

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

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

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

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

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

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

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