#250c51

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

Shades of Violent Violet #250C51

Tints of Violent Violet #250C51

Color information

#250C51 (or 0x250C51) is unknown color: approx Violent Violet. HEX triplet: 25, 0C and 51. RGB value is (37,12,81). Sum of RGB (Red+Green+Blue) = 37+12+81=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #250C51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C51 is #DAF3AE. Grayscale: #1B1B1B. Windows color (decimal): -14349231 or 5311525. OLE color: 5311525.

HSL color Cylindrical-coordinate representation of color #250C51: hue angle of 261.74º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #250C51 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB371281-
CMYK0.540.8500.68
HSL261.74º74.19%18.24%-
HSV(B)261.74º85.19%31.76%-
XYZ2.381.257.9-
YUV27.34158.28134.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.46%
GREEN value IS 12 (5.08% from 255) = 9.23%
BLUE value IS 81 (32.03% from 255) = 62.31%
R=28.46%
G=9.23%
B=62.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3712810.540.8500.68261.7474.1918.24
Hex25C5136550441064a12
Octal451412166125010440611222
Binary10010111001010001110110101010101000100100000110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250c51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250c51; }

 p { color: rgb(37,12,81); }

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

<style>
 a { background-color: #250c51; }

 a { background-color: rgb(37,12,81); }

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

<style>
 span { border-color: #250c51; }

 span { border-color: rgb(37,12,81); }

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