Html Css Color HEX #25194B Violent Violet

📋 copy color: '#25194B'

red 37 ◦ green 25 ◦ blue 75

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

Shades of Violent Violet #25194B

Tints of Violent Violet #25194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 54.74%

R = 27.01%
G = 18.25%
B = 54.74%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25194B (or 0x25194B) is known color: Violent Violet. HEX triplet: 25, 19 and 4B. RGB value is (37,25,75). Sum of RGB (Red+Green+Blue) = 37+25+75=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #25194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25194B is #DAE6B4. Grayscale: #222222. Windows color (decimal): -14345909 or 4921637. OLE color: 4921637.

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

Color convert

RGB 37 25 75 -
CMYK 0.51 0.67 0 0.71
HSL 254.4º 0.5% 0.2% -
HSV(B) 254.4º 0.67% 0.29% -
XYZ 2.38 1.6 6.84 -
YUV 34.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 37 25 75 0.51 0.67 0 0.71 254.4 0.5 0.2
Hex 25 19 4B 33 43 0 47 FE 32 14
Octal 45 31 113 63 103 0 107 376 62 24
Binary 100101 11001 1001011 110011 1000011 0 1000111 11111110 110010 10100

Color Harmonies of #25194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25194B

Black with #25194B

Text Example


Text Example

White with #25194B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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