#25084F

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

Shades of Violent Violet #25084F

Tints of Violent Violet #25084F

Color information

#25084F (or 0x25084F) is unknown color: approx Violent Violet. HEX triplet: 25, 08 and 4F. RGB value is (37,8,79). Sum of RGB (Red+Green+Blue) = 37+8+79=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #25084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25084F is #DAF7B0. Grayscale: #181818. Windows color (decimal): -14350257 or 5179429. OLE color: 5179429.

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

Color convert

RGB37879-
CMYK0.530.9000.69
HSL264.51º81.61%17.06%-
HSV(B)264.51º89.87%30.98%-
XYZ2.261.137.5-
YUV24.76158.61136.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.84%
GREEN value IS 8 (3.52% from 255) = 6.45%
BLUE value IS 79 (31.25% from 255) = 63.71%
R=29.84%
G=6.45%
B=63.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal378790.530.9000.69264.5181.6117.06
Hex2584F355A0451095211
Octal451011765132010541112221
Binary10010110001001111110101101101001000101100001001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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