#25184D

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

Shades of Violent Violet #25184D

Tints of Violent Violet #25184D

Color information

#25184D (or 0x25184D) is unknown color: approx Violent Violet. HEX triplet: 25, 18 and 4D. RGB value is (37,24,77). Sum of RGB (Red+Green+Blue) = 37+24+77=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #25184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25184D is #DAE7B2. Grayscale: #212121. Windows color (decimal): -14346163 or 5052453. OLE color: 5052453.

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

Color convert

RGB372477-
CMYK0.520.6900.70
HSL254.72º52.48%19.8%-
HSV(B)254.72º68.83%30.2%-
XYZ2.431.587.2-
YUV33.93152.31130.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.81%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 77 (30.47% from 255) = 55.80%
R=26.81%
G=17.39%
B=55.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3724770.520.6900.70254.7252.4819.8
Hex25184D3445046ff3414
Octal45301156410501063776424
Binary1001011100010011011101001000101010001101111111111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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