#250057

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

Shades of Violent Violet #250057

Tints of Violent Violet #250057

Color information

#250057 (or 0x250057) is unknown color: approx Violent Violet. HEX triplet: 25, 00 and 57. RGB value is (37,0,87). Sum of RGB (Red+Green+Blue) = 37+0+87=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 87 (34.38% from 255 or 70.16% from 124); Max value from RGB is 87 - color contains mainly: blue. Hex color #250057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250057 is #DAFFA8. Grayscale: #141414. Windows color (decimal): -14352297 or 5701669. OLE color: 5701669.

HSL color Cylindrical-coordinate representation of color #250057: hue angle of 265.52º 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 #250057 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB37087-
CMYK0.57100.66
HSL265.52º100%17.06%-
HSV(B)265.52º100%34.12%-
XYZ2.481.089.09-
YUV20.98165.26139.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 87 (34.38% from 255) = 70.16%
R=29.84%
G=0%
B=70.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal370870.57100.66265.5210017.06
Hex25057396404210a6411
Octal45012771144010241214421
Binary10010101010111111001110010001000010100001010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250057; }

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

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

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

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

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

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

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

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