#250056

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

Shades of Violent Violet #250056

Tints of Violent Violet #250056

Color information

#250056 (or 0x250056) is unknown color: approx Violent Violet. HEX triplet: 25, 00 and 56. RGB value is (37,0,86). Sum of RGB (Red+Green+Blue) = 37+0+86=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 86 (33.98% from 255 or 69.92% from 123); Max value from RGB is 86 - color contains mainly: blue. Hex color #250056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250056 is #DAFFA9. Grayscale: #141414. Windows color (decimal): -14352298 or 5636133. OLE color: 5636133.

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

Color convert

RGB37086-
CMYK0.57100.66
HSL265.81º100%16.86%-
HSV(B)265.81º100%33.73%-
XYZ2.441.078.88-
YUV20.87164.76139.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 69.92%
R=30.08%
G=0%
B=69.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal370860.57100.66265.8110016.86
Hex25056396404210a6411
Octal45012671144010241214421
Binary10010101010110111001110010001000010100001010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250056; }

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

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

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

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

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

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

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

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