Html Css Color HEX #290DF7 Han Purple

📋 copy color: '#290DF7'

red 41 ◦ green 13 ◦ blue 247

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

Shades of Han Purple #290DF7

Tints of Han Purple #290DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 82.06%

R = 13.62%
G = 4.32%
B = 82.06%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#290DF7 (or 0x290DF7) is known color: Han Purple. HEX triplet: 29, 0D and F7. RGB value is (41,13,247). Sum of RGB (Red+Green+Blue) = 41+13+247=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 247 (96.88% from 255 or 82.06% from 301); Max value from RGB is 247 - color contains mainly: blue. Hex color #290DF7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290DF7 is #D6F208. Grayscale: #2F2F2F. Windows color (decimal): -14086665 or 16190761. OLE color: 16190761.

HSL color Cylindrical-coordinate representation of color #290DF7: hue angle of 247.18º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290DF7 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 41 13 247 -
CMYK 0.83 0.95 0 0.03
HSL 247.18º 0.94% 0.51% -
HSV(B) 247.18º 0.95% 0.97% -
XYZ 17.85 7.47 88.5 -
YUV 48.05 240.28 122.97 -
System Red Green Blue C M Y K H S L
Decimal 41 13 247 0.83 0.95 0 0.03 247.18 0.94 0.51
Hex 29 D F7 53 5F 0 3 F7 5E 33
Octal 51 15 367 123 137 0 3 367 136 63
Binary 101001 1101 11110111 1010011 1011111 0 11 11110111 1011110 110011

Color Harmonies of #290DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290DF7

Black with #290DF7

Text Example


Text Example

White with #290DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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