#250859

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

Shades of Violent Violet #250859

Tints of Violent Violet #250859

Color information

#250859 (or 0x250859) is unknown color: approx Violent Violet. HEX triplet: 25, 08 and 59. RGB value is (37,8,89). Sum of RGB (Red+Green+Blue) = 37+8+89=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 89 (35.16% from 255 or 66.42% from 134); Max value from RGB is 89 - color contains mainly: blue. Hex color #250859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250859 is #DAF7A6. Grayscale: #191919. Windows color (decimal): -14350247 or 5834789. OLE color: 5834789.

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

Color convert

RGB37889-
CMYK0.580.9100.65
HSL261.48º83.51%19.02%-
HSV(B)261.48º91.01%34.9%-
XYZ2.651.299.56-
YUV25.9163.61135.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.61%
GREEN value IS 8 (3.52% from 255) = 5.97%
BLUE value IS 89 (35.16% from 255) = 66.42%
R=27.61%
G=5.97%
B=66.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal378890.580.9100.65261.4883.5119.02
Hex258593A5B0411055413
Octal451013172133010140512423
Binary10010110001011001111010101101101000001100000101101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250859; }

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

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

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

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

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

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

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

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