#170241

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

Shades of Violent Violet #170241

Tints of Violent Violet #170241

Color information

#170241 (or 0x170241) is unknown color: approx Violent Violet. HEX triplet: 17, 02 and 41. RGB value is (23,2,65). Sum of RGB (Red+Green+Blue) = 23+2+65=90 (11% of max value = 765). Red value is 23 (9.38% from 255 or 25.56% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 65 (25.78% from 255 or 72.22% from 90); Max value from RGB is 65 - color contains mainly: blue. Hex color #170241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170241 is #E8FDBE. Grayscale: #0F0F0F. Windows color (decimal): -15269311 or 4260375. OLE color: 4260375.

HSL color Cylindrical-coordinate representation of color #170241: hue angle of 260º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #170241 is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB23265-
CMYK0.650.9700.75
HSL260º94.03%13.14%-
HSV(B)260º96.92%25.49%-
XYZ1.330.615.05-
YUV15.46155.96133.38-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 25.56%
GREEN value IS 2 (1.17% from 255) = 2.22%
BLUE value IS 65 (25.78% from 255) = 72.22%
R=25.56%
G=2.22%
B=72.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal232650.650.9700.7526094.0313.14
Hex17241416104B1045ed
Octal272101101141011340413615
Binary10111101000001100000111000010100101110000010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170241; }

 p { color: rgb(23,2,65); }

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

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

 a { background-color: rgb(23,2,65); }

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

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

 span { border-color: rgb(23,2,65); }

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