Html Css Color HEX #290EFB Han Purple

📋 copy color: '#290EFB'

red 41 ◦ green 14 ◦ blue 251

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

Shades of Han Purple #290EFB

Tints of Han Purple #290EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 82.03%

R = 13.4%
G = 4.58%
B = 82.03%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#290EFB (or 0x290EFB) is known color: Han Purple. HEX triplet: 29, 0E and FB. RGB value is (41,14,251). Sum of RGB (Red+Green+Blue) = 41+14+251=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 251 (98.44% from 255 or 82.03% from 306); Max value from RGB is 251 - color contains mainly: blue. Hex color #290EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290EFB is #D6F104. Grayscale: #303030. Windows color (decimal): -14086405 or 16453161. OLE color: 16453161.

HSL color Cylindrical-coordinate representation of color #290EFB: hue angle of 246.84º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290EFB is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 14 251 -
CMYK 0.84 0.94 0 0.02
HSL 246.84º 0.97% 0.52% -
HSV(B) 246.84º 0.94% 0.98% -
XYZ 18.48 7.75 91.79 -
YUV 49.09 241.95 122.23 -
System Red Green Blue C M Y K H S L
Decimal 41 14 251 0.84 0.94 0 0.02 246.84 0.97 0.52
Hex 29 E FB 54 5E 0 2 F7 61 34
Octal 51 16 373 124 136 0 2 367 141 64
Binary 101001 1110 11111011 1010100 1011110 0 10 11110111 1100001 110100

Color Harmonies of #290EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290EFB

Black with #290EFB

Text Example


Text Example

White with #290EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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