Html Css Color HEX #25194C Violent Violet

📋 copy color: '#25194C'

red 37 ◦ green 25 ◦ blue 76

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

Shades of Violent Violet #25194C

Tints of Violent Violet #25194C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.12%

 BLUE value IS 76 (30.08% from 255) = 55.07%

R = 26.81%
G = 18.12%
B = 55.07%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25194C (or 0x25194C) is known color: Violent Violet. HEX triplet: 25, 19 and 4C. RGB value is (37,25,76). Sum of RGB (Red+Green+Blue) = 37+25+76=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #25194C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25194C is #DAE6B3. Grayscale: #222222. Windows color (decimal): -14345908 or 4987173. OLE color: 4987173.

HSL color Cylindrical-coordinate representation of color #25194C: hue angle of 254.12º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25194C is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 25 76 -
CMYK 0.51 0.67 0 0.70
HSL 254.12º 0.5% 0.2% -
HSV(B) 254.12º 0.67% 0.3% -
XYZ 2.42 1.61 7.02 -
YUV 34.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 37 25 76 0.51 0.67 0 0.70 254.12 0.5 0.2
Hex 25 19 4C 33 43 0 46 FE 32 14
Octal 45 31 114 63 103 0 106 376 62 24
Binary 100101 11001 1001100 110011 1000011 0 1000110 11111110 110010 10100

Color Harmonies of #25194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25194C

Black with #25194C

Text Example


Text Example

White with #25194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25194C; }

 p { color: rgb(37,25,76); }

 H1.HeaderClassName
 {
   color: #25194C;
 }
 .AnyTagClassName
 {
   color: #25194C;
 }
</style>

background-color css

<style>
 a { background-color: #25194C; }

 a { background-color: rgb(37,25,76); }

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

border-color css

<style>
 span { border-color: #25194C; }

 span { border-color: rgb(37,25,76); }

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