#290953

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

Shades of Violent Violet #290953

Tints of Violent Violet #290953

Color information

#290953 (or 0x290953) is unknown color: approx Violent Violet. HEX triplet: 29, 09 and 53. RGB value is (41,9,83). Sum of RGB (Red+Green+Blue) = 41+9+83=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #290953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290953 is #D6F6AC. Grayscale: #1A1A1A. Windows color (decimal): -14087853 or 5441833. OLE color: 5441833.

HSL color Cylindrical-coordinate representation of color #290953: hue angle of 265.95º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #290953 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB41983-
CMYK0.510.8900.67
HSL265.95º80.43%18.04%-
HSV(B)265.95º89.16%32.55%-
XYZ2.571.298.3-
YUV27159.6137.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.83%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 83 (32.81% from 255) = 62.41%
R=30.83%
G=6.77%
B=62.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal419830.510.8900.67265.9580.4318.04
Hex29953335904310a5012
Octal511112363131010341212022
Binary10100110011010011110011101100101000011100001010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290953; }

 p { color: rgb(41,9,83); }

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

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

 a { background-color: rgb(41,9,83); }

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

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

 span { border-color: rgb(41,9,83); }

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