Html Css Color HEX #25174D Violent Violet

📋 copy color: '#25174D'

red 37 ◦ green 23 ◦ blue 77

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

Shades of Violent Violet #25174D

Tints of Violent Violet #25174D

RGB

 RED value IS 37 (14.84% from 255) = 27.01%

 GREEN value IS 23 (9.38% from 255) = 16.79%

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

R = 27.01%
G = 16.79%
B = 56.2%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25174D (or 0x25174D) is known color: Violent Violet. HEX triplet: 25, 17 and 4D. RGB value is (37,23,77). Sum of RGB (Red+Green+Blue) = 37+23+77=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #25174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25174D is #DAE8B2. Grayscale: #212121. Windows color (decimal): -14346419 or 5052197. OLE color: 5052197.

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

Color convert

RGB 37 23 77 -
CMYK 0.52 0.70 0 0.70
HSL 255.56º 0.54% 0.2% -
HSV(B) 255.56º 0.7% 0.3% -
XYZ 2.41 1.54 7.19 -
YUV 33.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 37 23 77 0.52 0.70 0 0.70 255.56 0.54 0.2
Hex 25 17 4D 34 46 0 46 100 36 14
Octal 45 27 115 64 106 0 106 400 66 24
Binary 100101 10111 1001101 110100 1000110 0 1000110 100000000 110110 10100

Color Harmonies of #25174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25174D

Black with #25174D

Text Example


Text Example

White with #25174D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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