#251257

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

Shades of Violent Violet #251257

Tints of Violent Violet #251257

Color information

#251257 (or 0x251257) is unknown color: approx Violent Violet. HEX triplet: 25, 12 and 57. RGB value is (37,18,87). Sum of RGB (Red+Green+Blue) = 37+18+87=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 87 (34.38% from 255 or 61.27% from 142); Max value from RGB is 87 - color contains mainly: blue. Hex color #251257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251257 is #DAEDA8. Grayscale: #1F1F1F. Windows color (decimal): -14347689 or 5706277. OLE color: 5706277.

HSL color Cylindrical-coordinate representation of color #251257: hue angle of 256.52º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #251257 is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB371887-
CMYK0.570.7900.66
HSL256.52º65.71%20.59%-
HSV(B)256.52º79.31%34.12%-
XYZ2.71.519.17-
YUV31.55159.29131.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.06%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 87 (34.38% from 255) = 61.27%
R=26.06%
G=12.68%
B=61.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3718870.570.7900.66256.5265.7120.59
Hex251257394F0421014215
Octal452212771117010240110225
Binary100101100101010111111001100111101000010100000001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251257; }

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

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

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

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

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

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

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

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