Html Css Color HEX #251248 Violent Violet

📋 copy color: '#251248'

red 37 ◦ green 18 ◦ blue 72

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

Shades of Violent Violet #251248

Tints of Violent Violet #251248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.17%

 BLUE value IS 72 (28.52% from 255) = 56.69%

R = 29.13%
G = 14.17%
B = 56.69%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#251248 (or 0x251248) is known color: Violent Violet. HEX triplet: 25, 12 and 48. RGB value is (37,18,72). Sum of RGB (Red+Green+Blue) = 37+18+72=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #251248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251248 is #DAEDB7. Grayscale: #1D1D1D. Windows color (decimal): -14347704 or 4723237. OLE color: 4723237.

HSL color Cylindrical-coordinate representation of color #251248: hue angle of 261.11º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #251248 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 18 72 -
CMYK 0.49 0.75 0 0.72
HSL 261.11º 0.6% 0.18% -
HSV(B) 261.11º 0.75% 0.28% -
XYZ 2.15 1.29 6.27 -
YUV 29.84 151.79 133.11 -
System Red Green Blue C M Y K H S L
Decimal 37 18 72 0.49 0.75 0 0.72 261.11 0.6 0.18
Hex 25 12 48 31 4B 0 48 105 3C 12
Octal 45 22 110 61 113 0 110 405 74 22
Binary 100101 10010 1001000 110001 1001011 0 1001000 100000101 111100 10010

Color Harmonies of #251248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251248

Black with #251248

Text Example


Text Example

White with #251248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251248; }

 p { color: rgb(37,18,72); }

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

background-color css

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

 a { background-color: rgb(37,18,72); }

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

border-color css

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

 span { border-color: rgb(37,18,72); }

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