#250158

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

Shades of Violent Violet #250158

Tints of Violent Violet #250158

Color information

#250158 (or 0x250158) is unknown color: approx Violent Violet. HEX triplet: 25, 01 and 58. RGB value is (37,1,88). Sum of RGB (Red+Green+Blue) = 37+1+88=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 88 (34.77% from 255 or 69.84% from 126); Max value from RGB is 88 - color contains mainly: blue. Hex color #250158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250158 is #DAFEA7. Grayscale: #151515. Windows color (decimal): -14352040 or 5767461. OLE color: 5767461.

HSL color Cylindrical-coordinate representation of color #250158: hue angle of 264.83º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250158 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB37188-
CMYK0.580.9900.65
HSL264.83º97.75%17.45%-
HSV(B)264.83º98.86%34.51%-
XYZ2.541.129.32-
YUV21.68165.43138.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.37%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 88 (34.77% from 255) = 69.84%
R=29.37%
G=0.79%
B=69.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal371880.580.9900.65264.8397.7517.45
Hex251583A630411096211
Octal45113072143010141114221
Binary10010111011000111010110001101000001100001001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250158; }

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

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

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

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

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

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

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

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