Html Css Color HEX #17024F Violent Violet

📋 copy color: '#17024F'

red 23 ◦ green 2 ◦ blue 79

#17024F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violent Violet #17024F

Tints of Violent Violet #17024F

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 value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#17024F (or 0x17024F) is known color: 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

RGB 23 2 79 -
CMYK 0.71 0.97 0 0.69
HSL 256.36º 0.95% 0.16% -
HSV(B) 256.36º 0.97% 0.31% -
XYZ 1.79 0.79 7.46 -
YUV 17.06 162.96 132.24 -
System Red Green Blue C M Y K H S L
Decimal 23 2 79 0.71 0.97 0 0.69 256.36 0.95 0.16
Hex 17 2 4F 47 61 0 45 100 5F 10
Octal 27 2 117 107 141 0 105 400 137 20
Binary 10111 10 1001111 1000111 1100001 0 1000101 100000000 1011111 10000

Color Harmonies of #17024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17024F

Black with #17024F

Text Example


Text Example

White with #17024F

Text Example


Text Example

HTML Codes & Css Web 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>