#290952

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

Shades of Violent Violet #290952

Tints of Violent Violet #290952

Color information

#290952 (or 0x290952) is unknown color: approx Violent Violet. HEX triplet: 29, 09 and 52. RGB value is (41,9,82). Sum of RGB (Red+Green+Blue) = 41+9+82=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 82 (32.42% from 255 or 62.12% from 132); Max value from RGB is 82 - color contains mainly: blue. Hex color #290952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290952 is #D6F6AD. Grayscale: #1A1A1A. Windows color (decimal): -14087854 or 5376297. OLE color: 5376297.

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

Color convert

RGB41982-
CMYK0.500.8900.68
HSL266.3º80.22%17.84%-
HSV(B)266.3º89.02%32.16%-
XYZ2.541.288.1-
YUV26.89159.1138.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.06%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 82 (32.42% from 255) = 62.12%
R=31.06%
G=6.82%
B=62.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal419820.500.8900.68266.380.2217.84
Hex29952325904410a5012
Octal511112262131010441212022
Binary10100110011010010110010101100101000100100001010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290952; }

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

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

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

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

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

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

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

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