#25104B

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

Shades of Violent Violet #25104B

Tints of Violent Violet #25104B

Color information

#25104B (or 0x25104B) is unknown color: approx Violent Violet. HEX triplet: 25, 10 and 4B. RGB value is (37,16,75). Sum of RGB (Red+Green+Blue) = 37+16+75=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 75 (29.69% from 255 or 58.59% from 128); Max value from RGB is 75 - color contains mainly: blue. Hex color #25104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25104B is #DAEFB4. Grayscale: #1C1C1C. Windows color (decimal): -14348213 or 4919333. OLE color: 4919333.

HSL color Cylindrical-coordinate representation of color #25104B: hue angle of 261.36º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25104B is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB371675-
CMYK0.510.7900.71
HSL261.36º64.84%17.84%-
HSV(B)261.36º78.67%29.41%-
XYZ2.221.276.79-
YUV29153.96133.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.91%
GREEN value IS 16 (6.64% from 255) = 12.5%
BLUE value IS 75 (29.69% from 255) = 58.59%
R=28.91%
G=12.5%
B=58.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3716750.510.7900.71261.3664.8417.84
Hex25104B334F0471054112
Octal452011363117010740510122
Binary100101100001001011110011100111101000111100000101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25104B; }

 p { color: rgb(37,16,75); }

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

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

 a { background-color: rgb(37,16,75); }

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

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

 span { border-color: rgb(37,16,75); }

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