#251440

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

Shades of Violent Violet #251440

Tints of Violent Violet #251440

Color information

#251440 (or 0x251440) is unknown color: approx Violent Violet. HEX triplet: 25, 14 and 40. RGB value is (37,20,64). Sum of RGB (Red+Green+Blue) = 37+20+64=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #251440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251440 is #DAEBBF. Grayscale: #1D1D1D. Windows color (decimal): -14347200 or 4199461. OLE color: 4199461.

HSL color Cylindrical-coordinate representation of color #251440: hue angle of 263.18º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #251440 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB372064-
CMYK0.420.6900.75
HSL263.18º52.38%16.47%-
HSV(B)263.18º68.75%25.1%-
XYZ1.941.264.99-
YUV30.1147.13132.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.58%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=30.58%
G=16.53%
B=52.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3720640.420.6900.75263.1852.3816.47
Hex2514402A4504B1073410
Octal45241005210501134076420
Binary10010110100100000010101010001010100101110000011111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251440; }

 p { color: rgb(37,20,64); }

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

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

 a { background-color: rgb(37,20,64); }

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

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

 span { border-color: rgb(37,20,64); }

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