Html Css Color HEX #290EFF Han Purple

📋 copy color: '#290EFF'

red 41 ◦ green 14 ◦ blue 255

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

Shades of Han Purple #290EFF

Tints of Han Purple #290EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 82.26%

R = 13.23%
G = 4.52%
B = 82.26%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#290EFF (or 0x290EFF) is known color: Han Purple. HEX triplet: 29, 0E and FF. RGB value is (41,14,255). Sum of RGB (Red+Green+Blue) = 41+14+255=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 255 (100% from 255 or 82.26% from 310); Max value from RGB is 255 - color contains mainly: blue. Hex color #290EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290EFF is #D6F100. Grayscale: #303030. Windows color (decimal): -14086401 or 16715305. OLE color: 16715305.

HSL color Cylindrical-coordinate representation of color #290EFF: hue angle of 246.72º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290EFF is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 41 14 255 -
CMYK 0.84 0.95 0 0
HSL 246.72º 1% 0.53% -
HSV(B) 246.72º 0.95% 1% -
XYZ 19.12 8.01 95.15 -
YUV 49.55 243.95 121.9 -
System Red Green Blue C M Y K H S L
Decimal 41 14 255 0.84 0.95 0 0 246.72 1 0.53
Hex 29 E FF 54 5F 0 0 F7 64 35
Octal 51 16 377 124 137 0 0 367 144 65
Binary 101001 1110 11111111 1010100 1011111 0 0 11110111 1100100 110101

Color Harmonies of #290EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290EFF

Black with #290EFF

Text Example


Text Example

White with #290EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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