#251048

Color #251048 Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #251048

Tints of Violent Violet #251048

Color information

#251048 (or 0x251048) is unknown color: approx Violent Violet. HEX triplet: 25, 10 and 48. RGB value is (37,16,72). Sum of RGB (Red+Green+Blue) = 37+16+72=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #251048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251048 is #DAEFB7. Grayscale: #1C1C1C. Windows color (decimal): -14348216 or 4722725. OLE color: 4722725.

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

Color convert

RGB371672-
CMYK0.490.7800.72
HSL262.5º63.64%17.25%-
HSV(B)262.5º77.78%28.24%-
XYZ2.121.236.26-
YUV28.66152.46133.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.6%
GREEN value IS 16 (6.64% from 255) = 12.8%
BLUE value IS 72 (28.52% from 255) = 57.6%
R=29.6%
G=12.8%
B=57.6%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3716720.490.7800.72262.563.6417.25
Hex251048314E0481064011
Octal452011061116011040610021
Binary100101100001001000110001100111001001000100000110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251048; }

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

 H1.HeaderClassName
 {
   color: #251048;
 }
 .AnyTagClassName
 {
   color: #251048;
 }
</style>
background-color css

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

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

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

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

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

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