Html Css Color HEX #290AEF Han Purple

📋 copy color: '#290AEF'

red 41 ◦ green 10 ◦ blue 239

#290AEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #290AEF

Tints of Han Purple #290AEF

RGB

 RED value IS 41 (16.41% from 255) = 14.14%

 GREEN value IS 10 (4.3% from 255) = 3.45%

 BLUE value IS 239 (93.75% from 255) = 82.41%

R = 14.14%
G = 3.45%
B = 82.41%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#290AEF (or 0x290AEF) is known color: Han Purple. HEX triplet: 29, 0A and EF. RGB value is (41,10,239). Sum of RGB (Red+Green+Blue) = 41+10+239=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 239 (93.75% from 255 or 82.41% from 290); Max value from RGB is 239 - color contains mainly: blue. Hex color #290AEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290AEF is #D6F510. Grayscale: #2C2C2C. Windows color (decimal): -14087441 or 15665705. OLE color: 15665705.

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

Color convert

RGB 41 10 239 -
CMYK 0.83 0.96 0 0.06
HSL 248.12º 0.92% 0.49% -
HSV(B) 248.12º 0.96% 0.94% -
XYZ 16.6 6.92 82.12 -
YUV 45.38 237.27 124.88 -
System Red Green Blue C M Y K H S L
Decimal 41 10 239 0.83 0.96 0 0.06 248.12 0.92 0.49
Hex 29 A EF 53 60 0 6 F8 5C 31
Octal 51 12 357 123 140 0 6 370 134 61
Binary 101001 1010 11101111 1010011 1100000 0 110 11111000 1011100 110001

Color Harmonies of #290AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290AEF

Black with #290AEF

Text Example


Text Example

White with #290AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #290AEF;
 }
 .AnyTagClassName
 {
   color: #290AEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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