#25164E

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

Shades of Violent Violet #25164E

Tints of Violent Violet #25164E

Color information

#25164E (or 0x25164E) is unknown color: approx Violent Violet. HEX triplet: 25, 16 and 4E. RGB value is (37,22,78). Sum of RGB (Red+Green+Blue) = 37+22+78=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 78 (30.86% from 255 or 56.93% from 137); Max value from RGB is 78 - color contains mainly: blue. Hex color #25164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25164E is #DAE9B1. Grayscale: #202020. Windows color (decimal): -14346674 or 5117477. OLE color: 5117477.

HSL color Cylindrical-coordinate representation of color #25164E: hue angle of 256.07º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25164E is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB372278-
CMYK0.530.7200.69
HSL256.07º56%19.61%-
HSV(B)256.07º71.79%30.59%-
XYZ2.431.527.37-
YUV32.87153.47130.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.01%
GREEN value IS 22 (8.98% from 255) = 16.06%
BLUE value IS 78 (30.86% from 255) = 56.93%
R=27.01%
G=16.06%
B=56.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3722780.530.7200.69256.075619.61
Hex25164E35480451003814
Octal45261166511001054007024
Binary10010110110100111011010110010000100010110000000011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25164E; }

 p { color: rgb(37,22,78); }

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

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

 a { background-color: rgb(37,22,78); }

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

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

 span { border-color: rgb(37,22,78); }

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