#25094F

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

Shades of Violent Violet #25094F

Tints of Violent Violet #25094F

Color information

#25094F (or 0x25094F) is unknown color: approx Violent Violet. HEX triplet: 25, 09 and 4F. RGB value is (37,9,79). Sum of RGB (Red+Green+Blue) = 37+9+79=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #25094F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25094F is #DAF6B0. Grayscale: #191919. Windows color (decimal): -14350001 or 5179685. OLE color: 5179685.

HSL color Cylindrical-coordinate representation of color #25094F: hue angle of 264º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25094F is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB37979-
CMYK0.530.8900.69
HSL264º79.55%17.25%-
HSV(B)264º88.61%30.98%-
XYZ2.271.157.5-
YUV25.35158.28136.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.6%
GREEN value IS 9 (3.91% from 255) = 7.2%
BLUE value IS 79 (31.25% from 255) = 63.2%
R=29.6%
G=7.2%
B=63.2%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal379790.530.8900.6926479.5517.25
Hex2594F35590451085011
Octal451111765131010541012021
Binary10010110011001111110101101100101000101100001000101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25094F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25094F; }

 p { color: rgb(37,9,79); }

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

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

 a { background-color: rgb(37,9,79); }

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

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

 span { border-color: rgb(37,9,79); }

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