#250452

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

Shades of Violent Violet #250452

Tints of Violent Violet #250452

Color information

#250452 (or 0x250452) is unknown color: approx Violent Violet. HEX triplet: 25, 04 and 52. RGB value is (37,4,82). Sum of RGB (Red+Green+Blue) = 37+4+82=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 82 (32.42% from 255 or 66.67% from 123); Max value from RGB is 82 - color contains mainly: blue. Hex color #250452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250452 is #DAFBAD. Grayscale: #161616. Windows color (decimal): -14351278 or 5375013. OLE color: 5375013.

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

Color convert

RGB37482-
CMYK0.550.9500.68
HSL265.38º90.7%16.86%-
HSV(B)265.38º95.12%32.16%-
XYZ2.331.098.07-
YUV22.76161.43138.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.08%
GREEN value IS 4 (1.95% from 255) = 3.25%
BLUE value IS 82 (32.42% from 255) = 66.67%
R=30.08%
G=3.25%
B=66.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal374820.550.9500.68265.3890.716.86
Hex25452375F0441095b11
Octal45412267137010441113321
Binary1001011001010010110111101111101000100100001001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250452; }

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

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

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

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

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

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

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

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