Html Css Color HEX #290DF1 Han Purple

📋 copy color: '#290DF1'

red 41 ◦ green 13 ◦ blue 241

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

Shades of Han Purple #290DF1

Tints of Han Purple #290DF1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.41%

 BLUE value IS 241 (94.53% from 255) = 81.69%

R = 13.9%
G = 4.41%
B = 81.69%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#290DF1 (or 0x290DF1) is known color: Han Purple. HEX triplet: 29, 0D and F1. RGB value is (41,13,241). Sum of RGB (Red+Green+Blue) = 41+13+241=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 241 (94.53% from 255 or 81.69% from 295); Max value from RGB is 241 - color contains mainly: blue. Hex color #290DF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290DF1 is #D6F20E. Grayscale: #2E2E2E. Windows color (decimal): -14086671 or 15797545. OLE color: 15797545.

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

Color convert

RGB 41 13 241 -
CMYK 0.83 0.95 0 0.05
HSL 247.37º 0.9% 0.5% -
HSV(B) 247.37º 0.95% 0.95% -
XYZ 16.94 7.11 83.7 -
YUV 47.36 237.28 123.46 -
System Red Green Blue C M Y K H S L
Decimal 41 13 241 0.83 0.95 0 0.05 247.37 0.9 0.5
Hex 29 D F1 53 5F 0 5 F7 5A 32
Octal 51 15 361 123 137 0 5 367 132 62
Binary 101001 1101 11110001 1010011 1011111 0 101 11110111 1011010 110010

Color Harmonies of #290DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290DF1

Black with #290DF1

Text Example


Text Example

White with #290DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,13,241); }

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

background-color css

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

 a { background-color: rgb(41,13,241); }

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

border-color css

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

 span { border-color: rgb(41,13,241); }

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