#250453

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

Shades of Violent Violet #250453

Tints of Violent Violet #250453

Color information

#250453 (or 0x250453) is unknown color: approx Violent Violet. HEX triplet: 25, 04 and 53. RGB value is (37,4,83). Sum of RGB (Red+Green+Blue) = 37+4+83=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #250453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250453 is #DAFBAC. Grayscale: #161616. Windows color (decimal): -14351277 or 5440549. OLE color: 5440549.

HSL color Cylindrical-coordinate representation of color #250453: hue angle of 265.06º 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 #250453 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB37483-
CMYK0.550.9500.67
HSL265.06º90.8%17.06%-
HSV(B)265.06º95.18%32.55%-
XYZ2.371.18.27-
YUV22.87161.93138.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.84%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 83 (32.81% from 255) = 66.94%
R=29.84%
G=3.23%
B=66.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal374830.550.9500.67265.0690.817.06
Hex25453375F0431095b11
Octal45412367137010341113321
Binary1001011001010011110111101111101000011100001001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250453; }

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

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

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

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

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

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

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

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