Html Css Color HEX #290EEA Han Purple

📋 copy color: '#290EEA'

red 41 ◦ green 14 ◦ blue 234

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

Shades of Han Purple #290EEA

Tints of Han Purple #290EEA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.84%

 BLUE value IS 234 (91.8% from 255) = 80.97%

R = 14.19%
G = 4.84%
B = 80.97%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#290EEA (or 0x290EEA) is known color: Han Purple. HEX triplet: 29, 0E and EA. RGB value is (41,14,234). Sum of RGB (Red+Green+Blue) = 41+14+234=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 234 (91.80% from 255 or 80.97% from 289); Max value from RGB is 234 - color contains mainly: blue. Hex color #290EEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290EEA is #D6F115. Grayscale: #2E2E2E. Windows color (decimal): -14086422 or 15339049. OLE color: 15339049.

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

Color convert

RGB 41 14 234 -
CMYK 0.82 0.94 0 0.08
HSL 247.36º 0.89% 0.49% -
HSV(B) 247.36º 0.94% 0.92% -
XYZ 15.92 6.73 78.3 -
YUV 47.15 233.45 123.61 -
System Red Green Blue C M Y K H S L
Decimal 41 14 234 0.82 0.94 0 0.08 247.36 0.89 0.49
Hex 29 E EA 52 5E 0 8 F7 59 31
Octal 51 16 352 122 136 0 10 367 131 61
Binary 101001 1110 11101010 1010010 1011110 0 1000 11110111 1011001 110001

Color Harmonies of #290EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290EEA

Black with #290EEA

Text Example


Text Example

White with #290EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,14,234); }

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

background-color css

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

 a { background-color: rgb(41,14,234); }

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

border-color css

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

 span { border-color: rgb(41,14,234); }

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