#290AF3

Color #290AF3 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #290AF3

Tints of Han Purple #290AF3

Color information

#290AF3 (or 0x290AF3) is unknown color: approx Han Purple. HEX triplet: 29, 0A and F3. RGB value is (41,10,243). Sum of RGB (Red+Green+Blue) = 41+10+243=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 243 (95.31% from 255 or 82.65% from 294); Max value from RGB is 243 - color contains mainly: blue. Hex color #290AF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290AF3 is #D6F50C. Grayscale: #2C2C2C. Windows color (decimal): -14087437 or 15927849. OLE color: 15927849.

HSL color Cylindrical-coordinate representation of color #290AF3: hue angle of 247.98º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290AF3 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4110243-
CMYK0.830.9600.05
HSL247.98º92.09%49.61%-
HSV(B)247.98º95.88%95.29%-
XYZ17.27.1685.27-
YUV45.83239.27124.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.95%
GREEN value IS 10 (4.30% from 255) = 3.40%
BLUE value IS 243 (95.31% from 255) = 82.65%
R=13.95%
G=3.40%
B=82.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal41102430.830.9600.05247.9892.0949.61
Hex29AF3536005f85c32
Octal51123631231400537013462
Binary101001101011110011101001111000000101111110001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290AF3; }

 p { color: rgb(41,10,243); }

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

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

 a { background-color: rgb(41,10,243); }

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

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

 span { border-color: rgb(41,10,243); }

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