#250D58

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

Shades of Violent Violet #250D58

Tints of Violent Violet #250D58

Color information

#250D58 (or 0x250D58) is unknown color: approx Violent Violet. HEX triplet: 25, 0D and 58. RGB value is (37,13,88). Sum of RGB (Red+Green+Blue) = 37+13+88=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 88 (34.77% from 255 or 63.77% from 138); Max value from RGB is 88 - color contains mainly: blue. Hex color #250D58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250D58 is #DAF2A7. Grayscale: #1C1C1C. Windows color (decimal): -14348968 or 5770533. OLE color: 5770533.

HSL color Cylindrical-coordinate representation of color #250D58: hue angle of 259.2º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #250D58 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB371388-
CMYK0.580.8500.65
HSL259.2º74.26%19.8%-
HSV(B)259.2º85.23%34.51%-
XYZ2.671.399.36-
YUV28.73161.45133.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.81%
GREEN value IS 13 (5.47% from 255) = 9.42%
BLUE value IS 88 (34.77% from 255) = 63.77%
R=26.81%
G=9.42%
B=63.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3713880.580.8500.65259.274.2619.8
Hex25D583A550411034a14
Octal451513072125010140311224
Binary10010111011011000111010101010101000001100000011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,13,88); }

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

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

 a { background-color: rgb(37,13,88); }

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

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

 span { border-color: rgb(37,13,88); }

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