#17044F

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

Shades of Violent Violet #17044F

Tints of Violent Violet #17044F

Color information

#17044F (or 0x17044F) is unknown color: approx Violent Violet. HEX triplet: 17, 04 and 4F. RGB value is (23,4,79). Sum of RGB (Red+Green+Blue) = 23+4+79=106 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.70% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 79 (31.25% from 255 or 74.53% from 106); Max value from RGB is 79 - color contains mainly: blue. Hex color #17044F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17044F is #E8FBB0. Grayscale: #111111. Windows color (decimal): -15268785 or 5178391. OLE color: 5178391.

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

Color convert

RGB23479-
CMYK0.710.9500.69
HSL255.2º90.36%16.27%-
HSV(B)255.2º94.94%30.98%-
XYZ1.810.837.46-
YUV18.23162.29131.4-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 21.70%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 79 (31.25% from 255) = 74.53%
R=21.70%
G=3.77%
B=74.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal234790.710.9500.69255.290.3616.27
Hex1744F475F045ff5a10
Octal274117107137010537713220
Binary101111001001111100011110111110100010111111111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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