#25084C

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

Shades of Violent Violet #25084C

Tints of Violent Violet #25084C

Color information

#25084C (or 0x25084C) is unknown color: approx Violent Violet. HEX triplet: 25, 08 and 4C. RGB value is (37,8,76). Sum of RGB (Red+Green+Blue) = 37+8+76=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 76 (30.08% from 255 or 62.81% from 121); Max value from RGB is 76 - color contains mainly: blue. Hex color #25084C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25084C is #DAF7B3. Grayscale: #181818. Windows color (decimal): -14350260 or 4982821. OLE color: 4982821.

HSL color Cylindrical-coordinate representation of color #25084C: hue angle of 265.59º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25084C is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB37876-
CMYK0.510.8900.70
HSL265.59º80.95%16.47%-
HSV(B)265.59º89.47%29.8%-
XYZ2.151.096.93-
YUV24.42157.11136.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.58%
GREEN value IS 8 (3.52% from 255) = 6.61%
BLUE value IS 76 (30.08% from 255) = 62.81%
R=30.58%
G=6.61%
B=62.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal378760.510.8900.70265.5980.9516.47
Hex2584C335904610a5110
Octal451011463131010641212120
Binary10010110001001100110011101100101000110100001010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25084C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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