#250256

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

Shades of Violent Violet #250256

Tints of Violent Violet #250256

Color information

#250256 (or 0x250256) is unknown color: approx Violent Violet. HEX triplet: 25, 02 and 56. RGB value is (37,2,86). Sum of RGB (Red+Green+Blue) = 37+2+86=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 86 (33.98% from 255 or 68.8% from 125); Max value from RGB is 86 - color contains mainly: blue. Hex color #250256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250256 is #DAFDA9. Grayscale: #151515. Windows color (decimal): -14351786 or 5636645. OLE color: 5636645.

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

Color convert

RGB37286-
CMYK0.570.9800.66
HSL265º95.45%17.25%-
HSV(B)265º97.67%33.73%-
XYZ2.461.118.89-
YUV22.04164.1138.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.6%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 86 (33.98% from 255) = 68.8%
R=29.6%
G=1.6%
B=68.8%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal372860.570.9800.6626595.4517.25
Hex2525639620421095f11
Octal45212671142010241113721
Binary100101101010110111001110001001000010100001001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250256; }

 p { color: rgb(37,2,86); }

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

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

 a { background-color: rgb(37,2,86); }

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

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

 span { border-color: rgb(37,2,86); }

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