#251247

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

Shades of Violent Violet #251247

Tints of Violent Violet #251247

Color information

#251247 (or 0x251247) is unknown color: approx Violent Violet. HEX triplet: 25, 12 and 47. RGB value is (37,18,71). Sum of RGB (Red+Green+Blue) = 37+18+71=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #251247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251247 is #DAEDB8. Grayscale: #1D1D1D. Windows color (decimal): -14347705 or 4657701. OLE color: 4657701.

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

Color convert

RGB371871-
CMYK0.480.7500.72
HSL261.51º59.55%17.45%-
HSV(B)261.51º74.65%27.84%-
XYZ2.121.286.1-
YUV29.72151.29133.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.37%
GREEN value IS 18 (7.42% from 255) = 14.29%
BLUE value IS 71 (28.12% from 255) = 56.35%
R=29.37%
G=14.29%
B=56.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3718710.480.7500.72261.5159.5517.45
Hex251247304B0481063c11
Octal45221076011301104067421
Binary10010110010100011111000010010110100100010000011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251247; }

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

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

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

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

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

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

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

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