#17024F

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

Shades of Violent Violet #17024F

Tints of Violent Violet #17024F

Color information

#17024F (or 0x17024F) is unknown color: approx Violent Violet. HEX triplet: 17, 02 and 4F. RGB value is (23,2,79). Sum of RGB (Red+Green+Blue) = 23+2+79=104 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.12% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 79 (31.25% from 255 or 75.96% from 104); Max value from RGB is 79 - color contains mainly: blue. Hex color #17024F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17024F is #E8FDB0. Grayscale: #101010. Windows color (decimal): -15269297 or 5177879. OLE color: 5177879.

HSL color Cylindrical-coordinate representation of color #17024F: hue angle of 256.36º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #17024F is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB23279-
CMYK0.710.9700.69
HSL256.36º95.06%15.88%-
HSV(B)256.36º97.47%30.98%-
XYZ1.790.797.46-
YUV17.06162.96132.24-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 22.12%
GREEN value IS 2 (1.17% from 255) = 1.92%
BLUE value IS 79 (31.25% from 255) = 75.96%
R=22.12%
G=1.92%
B=75.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal232790.710.9700.69256.3695.0615.88
Hex1724F47610451005f10
Octal272117107141010540013720
Binary101111010011111000111110000101000101100000000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17024F; }

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

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

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

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

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

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

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

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