#250258

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

Shades of Violent Violet #250258

Tints of Violent Violet #250258

Color information

#250258 (or 0x250258) is unknown color: approx Violent Violet. HEX triplet: 25, 02 and 58. RGB value is (37,2,88). Sum of RGB (Red+Green+Blue) = 37+2+88=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 88 (34.77% from 255 or 69.29% from 127); Max value from RGB is 88 - color contains mainly: blue. Hex color #250258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250258 is #DAFDA7. Grayscale: #151515. Windows color (decimal): -14351784 or 5767717. OLE color: 5767717.

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

Color convert

RGB37288-
CMYK0.580.9800.65
HSL264.42º95.56%17.65%-
HSV(B)264.42º97.73%34.51%-
XYZ2.551.149.32-
YUV22.27165.1138.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.13%
GREEN value IS 2 (1.17% from 255) = 1.57%
BLUE value IS 88 (34.77% from 255) = 69.29%
R=29.13%
G=1.57%
B=69.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal372880.580.9800.65264.4295.5617.65
Hex252583A620411086012
Octal45213072142010141014022
Binary100101101011000111010110001001000001100001000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250258; }

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

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

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

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

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

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

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

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