#250659

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

Shades of Violent Violet #250659

Tints of Violent Violet #250659

Color information

#250659 (or 0x250659) is unknown color: approx Violent Violet. HEX triplet: 25, 06 and 59. RGB value is (37,6,89). Sum of RGB (Red+Green+Blue) = 37+6+89=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 89 (35.16% from 255 or 67.42% from 132); Max value from RGB is 89 - color contains mainly: blue. Hex color #250659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250659 is #DAF9A6. Grayscale: #181818. Windows color (decimal): -14350759 or 5834277. OLE color: 5834277.

HSL color Cylindrical-coordinate representation of color #250659: hue angle of 262.41º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250659 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB37689-
CMYK0.580.9300.65
HSL262.41º87.37%18.63%-
HSV(B)262.41º93.26%34.9%-
XYZ2.631.249.55-
YUV24.73164.27136.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.03%
GREEN value IS 6 (2.73% from 255) = 4.55%
BLUE value IS 89 (35.16% from 255) = 67.42%
R=28.03%
G=4.55%
B=67.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal376890.580.9300.65262.4187.3718.63
Hex256593A5D0411065713
Octal45613172135010140612723
Binary1001011101011001111010101110101000001100000110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250659; }

 p { color: rgb(37,6,89); }

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

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

 a { background-color: rgb(37,6,89); }

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

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

 span { border-color: rgb(37,6,89); }

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