#230155

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

Shades of Violent Violet #230155

Tints of Violent Violet #230155

Color information

#230155 (or 0x230155) is unknown color: approx Violent Violet. HEX triplet: 23, 01 and 55. RGB value is (35,1,85). Sum of RGB (Red+Green+Blue) = 35+1+85=121 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.93% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 85 (33.59% from 255 or 70.25% from 121); Max value from RGB is 85 - color contains mainly: blue. Hex color #230155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230155 is #DCFEAA. Grayscale: #141414. Windows color (decimal): -14483115 or 5570851. OLE color: 5570851.

HSL color Cylindrical-coordinate representation of color #230155: hue angle of 264.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #230155 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB35185-
CMYK0.590.9900.67
HSL264.29º97.67%16.86%-
HSV(B)264.29º98.82%33.33%-
XYZ2.341.038.67-
YUV20.74164.26138.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.93%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 85 (33.59% from 255) = 70.25%
R=28.93%
G=0.83%
B=70.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal351850.590.9900.67264.2997.6716.86
Hex231553B630431086211
Octal43112573143010341014221
Binary10001111010101111011110001101000011100001000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230155; }

 p { color: rgb(35,1,85); }

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

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

 a { background-color: rgb(35,1,85); }

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

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

 span { border-color: rgb(35,1,85); }

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