Html Css Color HEX #251A49 Violent Violet

📋 copy color: '#251A49'

red 37 ◦ green 26 ◦ blue 73

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

Shades of Violent Violet #251A49

Tints of Violent Violet #251A49

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.12%

 BLUE value IS 73 (28.91% from 255) = 53.68%

R = 27.21%
G = 19.12%
B = 53.68%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#251A49 (or 0x251A49) is known color: Violent Violet. HEX triplet: 25, 1A and 49. RGB value is (37,26,73). Sum of RGB (Red+Green+Blue) = 37+26+73=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 73 (28.91% from 255 or 53.68% from 136); Max value from RGB is 73 - color contains mainly: blue. Hex color #251A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A49 is #DAE5B6. Grayscale: #222222. Windows color (decimal): -14345655 or 4790821. OLE color: 4790821.

HSL color Cylindrical-coordinate representation of color #251A49: hue angle of 254.04º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #251A49 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 26 73 -
CMYK 0.49 0.64 0 0.71
HSL 254.04º 0.47% 0.19% -
HSV(B) 254.04º 0.64% 0.29% -
XYZ 2.33 1.61 6.49 -
YUV 34.65 149.64 129.68 -
System Red Green Blue C M Y K H S L
Decimal 37 26 73 0.49 0.64 0 0.71 254.04 0.47 0.19
Hex 25 1A 49 31 40 0 47 FE 2F 13
Octal 45 32 111 61 100 0 107 376 57 23
Binary 100101 11010 1001001 110001 1000000 0 1000111 11111110 101111 10011

Color Harmonies of #251A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251A49

Black with #251A49

Text Example


Text Example

White with #251A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251A49; }

 p { color: rgb(37,26,73); }

 H1.HeaderClassName
 {
   color: #251A49;
 }
 .AnyTagClassName
 {
   color: #251A49;
 }
</style>

background-color css

<style>
 a { background-color: #251A49; }

 a { background-color: rgb(37,26,73); }

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

border-color css

<style>
 span { border-color: #251A49; }

 span { border-color: rgb(37,26,73); }

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