#231058

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

Shades of Violent Violet #231058

Tints of Violent Violet #231058

Color information

#231058 (or 0x231058) is unknown color: approx Violent Violet. HEX triplet: 23, 10 and 58. RGB value is (35,16,88). Sum of RGB (Red+Green+Blue) = 35+16+88=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 88 (34.77% from 255 or 63.31% from 139); Max value from RGB is 88 - color contains mainly: blue. Hex color #231058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231058 is #DCEFA7. Grayscale: #1D1D1D. Windows color (decimal): -14479272 or 5771299. OLE color: 5771299.

HSL color Cylindrical-coordinate representation of color #231058: hue angle of 255.83º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #231058 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB351688-
CMYK0.600.8200.65
HSL255.83º69.23%20.39%-
HSV(B)255.83º81.82%34.51%-
XYZ2.641.439.37-
YUV29.89160.79131.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.18%
GREEN value IS 16 (6.64% from 255) = 11.51%
BLUE value IS 88 (34.77% from 255) = 63.31%
R=25.18%
G=11.51%
B=63.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3516880.600.8200.65255.8369.2320.39
Hex2310583C520411004514
Octal432013074122010140010524
Binary100011100001011000111100101001001000001100000000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231058; }

 p { color: rgb(35,16,88); }

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

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

 a { background-color: rgb(35,16,88); }

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

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

 span { border-color: rgb(35,16,88); }

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