#250852

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

Shades of Violent Violet #250852

Tints of Violent Violet #250852

Color information

#250852 (or 0x250852) is unknown color: approx Violent Violet. HEX triplet: 25, 08 and 52. RGB value is (37,8,82). Sum of RGB (Red+Green+Blue) = 37+8+82=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 82 (32.42% from 255 or 64.57% from 127); Max value from RGB is 82 - color contains mainly: blue. Hex color #250852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250852 is #DAF7AD. Grayscale: #181818. Windows color (decimal): -14350254 or 5376037. OLE color: 5376037.

HSL color Cylindrical-coordinate representation of color #250852: hue angle of 263.51º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250852 is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB37882-
CMYK0.550.9000.68
HSL263.51º82.22%17.65%-
HSV(B)263.51º90.24%32.16%-
XYZ2.371.188.08-
YUV25.11160.11136.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.13%
GREEN value IS 8 (3.52% from 255) = 6.30%
BLUE value IS 82 (32.42% from 255) = 64.57%
R=29.13%
G=6.30%
B=64.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal378820.550.9000.68263.5182.2217.65
Hex25852375A0441085212
Octal451012267132010441012222
Binary10010110001010010110111101101001000100100001000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250852; }

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

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

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

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

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

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

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

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