#25164D

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

Shades of Violent Violet #25164D

Tints of Violent Violet #25164D

Color information

#25164D (or 0x25164D) is unknown color: approx Violent Violet. HEX triplet: 25, 16 and 4D. RGB value is (37,22,77). Sum of RGB (Red+Green+Blue) = 37+22+77=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 77 (30.47% from 255 or 56.62% from 136); Max value from RGB is 77 - color contains mainly: blue. Hex color #25164D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25164D is #DAE9B2. Grayscale: #202020. Windows color (decimal): -14346675 or 5051941. OLE color: 5051941.

HSL color Cylindrical-coordinate representation of color #25164D: hue angle of 256.36º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25164D is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB372277-
CMYK0.520.7100.70
HSL256.36º55.56%19.41%-
HSV(B)256.36º71.43%30.2%-
XYZ2.391.57.19-
YUV32.75152.97131.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.21%
GREEN value IS 22 (8.98% from 255) = 16.18%
BLUE value IS 77 (30.47% from 255) = 56.62%
R=27.21%
G=16.18%
B=56.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3722770.520.7100.70256.3655.5619.41
Hex25164D34470461003813
Octal45261156410701064007023
Binary10010110110100110111010010001110100011010000000011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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