#250253

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

Shades of Violent Violet #250253

Tints of Violent Violet #250253

Color information

#250253 (or 0x250253) is unknown color: approx Violent Violet. HEX triplet: 25, 02 and 53. RGB value is (37,2,83). Sum of RGB (Red+Green+Blue) = 37+2+83=122 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.33% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 83 (32.81% from 255 or 68.03% from 122); Max value from RGB is 83 - color contains mainly: blue. Hex color #250253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250253 is #DAFDAC. Grayscale: #151515. Windows color (decimal): -14351789 or 5440037. OLE color: 5440037.

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

Color convert

RGB37283-
CMYK0.550.9800.67
HSL265.93º95.29%16.67%-
HSV(B)265.93º97.59%32.55%-
XYZ2.351.068.26-
YUV21.7162.6138.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.33%
GREEN value IS 2 (1.17% from 255) = 1.64%
BLUE value IS 83 (32.81% from 255) = 68.03%
R=30.33%
G=1.64%
B=68.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal372830.550.9800.67265.9395.2916.67
Hex25253376204310a5f11
Octal45212367142010341213721
Binary100101101010011110111110001001000011100001010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250253; }

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

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

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

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

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

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

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

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