#250455

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

Shades of Violent Violet #250455

Tints of Violent Violet #250455

Color information

#250455 (or 0x250455) is unknown color: approx Violent Violet. HEX triplet: 25, 04 and 55. RGB value is (37,4,85). Sum of RGB (Red+Green+Blue) = 37+4+85=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 85 (33.59% from 255 or 67.46% from 126); Max value from RGB is 85 - color contains mainly: blue. Hex color #250455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250455 is #DAFBAA. Grayscale: #161616. Windows color (decimal): -14351275 or 5571621. OLE color: 5571621.

HSL color Cylindrical-coordinate representation of color #250455: hue angle of 264.44º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250455 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB37485-
CMYK0.560.9500.67
HSL264.44º91.01%17.45%-
HSV(B)264.44º95.29%33.33%-
XYZ2.451.148.68-
YUV23.1162.93137.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.37%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 85 (33.59% from 255) = 67.46%
R=29.37%
G=3.17%
B=67.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal374850.560.9500.67264.4491.0117.45
Hex25455385F0431085b11
Octal45412570137010341013321
Binary1001011001010101111000101111101000011100001000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250455; }

 p { color: rgb(37,4,85); }

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

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

 a { background-color: rgb(37,4,85); }

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

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

 span { border-color: rgb(37,4,85); }

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