#250558

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

Shades of Violent Violet #250558

Tints of Violent Violet #250558

Color information

#250558 (or 0x250558) is unknown color: approx Violent Violet. HEX triplet: 25, 05 and 58. RGB value is (37,5,88). Sum of RGB (Red+Green+Blue) = 37+5+88=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 88 (34.77% from 255 or 67.69% from 130); Max value from RGB is 88 - color contains mainly: blue. Hex color #250558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250558 is #DAFAA7. Grayscale: #171717. Windows color (decimal): -14351016 or 5768485. OLE color: 5768485.

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

Color convert

RGB37588-
CMYK0.580.9400.65
HSL263.13º89.25%18.24%-
HSV(B)263.13º94.32%34.51%-
XYZ2.581.219.33-
YUV24.03164.1137.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.46%
GREEN value IS 5 (2.34% from 255) = 3.85%
BLUE value IS 88 (34.77% from 255) = 67.69%
R=28.46%
G=3.85%
B=67.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal375880.580.9400.65263.1389.2518.24
Hex255583A5E0411075912
Octal45513072136010140713122
Binary1001011011011000111010101111001000001100000111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250558; }

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

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

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

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

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

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

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

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