Html Css Color HEX #17004D Violent Violet

📋 copy color: '#17004D'

red 23 ◦ green 0 ◦ blue 77

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

Shades of Violent Violet #17004D

Tints of Violent Violet #17004D

RGB

 RED value IS 23 (9.38% from 255) = 23%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 77 (30.47% from 255) = 77%

R = 23%
G = 0%
B = 77%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#17004D (or 0x17004D) is known color: Violent Violet. HEX triplet: 17, 00 and 4D. RGB value is (23,0,77). Sum of RGB (Red+Green+Blue) = 23+0+77=100 (13% of max value = 765). Red value is 23 (9.38% from 255 or 23% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 77 (30.47% from 255 or 77% from 100); Max value from RGB is 77 - color contains mainly: blue. Hex color #17004D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17004D is #E8FFB2. Grayscale: #0F0F0F. Windows color (decimal): -15269811 or 5046295. OLE color: 5046295.

HSL color Cylindrical-coordinate representation of color #17004D: hue angle of 257.92º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #17004D is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 23 0 77 -
CMYK 0.70 1 0 0.70
HSL 257.92º 1% 0.15% -
HSV(B) 257.92º 1% 0.3% -
XYZ 1.69 0.72 7.07 -
YUV 15.66 162.62 133.24 -
System Red Green Blue C M Y K H S L
Decimal 23 0 77 0.70 1 0 0.70 257.92 1 0.15
Hex 17 0 4D 46 64 0 46 102 64 F
Octal 27 0 115 106 144 0 106 402 144 17
Binary 10111 0 1001101 1000110 1100100 0 1000110 100000010 1100100 1111

Color Harmonies of #17004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17004D

Black with #17004D

Text Example


Text Example

White with #17004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17004D; }

 p { color: rgb(23,0,77); }

 H1.HeaderClassName
 {
   color: #17004D;
 }
 .AnyTagClassName
 {
   color: #17004D;
 }
</style>

background-color css

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

 a { background-color: rgb(23,0,77); }

 div.DivClassName
 {
   background-color: #17004D;
 }
 .BgClassName
 {
   background-color: #17004D;
 }
</style>

border-color css

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

 span { border-color: rgb(23,0,77); }

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