Html Css Color HEX #290DFA Han Purple

📋 copy color: '#290DFA'

red 41 ◦ green 13 ◦ blue 250

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

Shades of Han Purple #290DFA

Tints of Han Purple #290DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 82.24%

R = 13.49%
G = 4.28%
B = 82.24%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#290DFA (or 0x290DFA) is known color: Han Purple. HEX triplet: 29, 0D and FA. RGB value is (41,13,250). Sum of RGB (Red+Green+Blue) = 41+13+250=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 250 (98.05% from 255 or 82.24% from 304); Max value from RGB is 250 - color contains mainly: blue. Hex color #290DFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290DFA is #D6F205. Grayscale: #2F2F2F. Windows color (decimal): -14086662 or 16387369. OLE color: 16387369.

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

Color convert

RGB 41 13 250 -
CMYK 0.84 0.95 0 0.02
HSL 247.09º 0.96% 0.52% -
HSV(B) 247.09º 0.95% 0.98% -
XYZ 18.31 7.66 90.96 -
YUV 48.39 241.78 122.73 -
System Red Green Blue C M Y K H S L
Decimal 41 13 250 0.84 0.95 0 0.02 247.09 0.96 0.52
Hex 29 D FA 54 5F 0 2 F7 60 34
Octal 51 15 372 124 137 0 2 367 140 64
Binary 101001 1101 11111010 1010100 1011111 0 10 11110111 1100000 110100

Color Harmonies of #290DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290DFA

Black with #290DFA

Text Example


Text Example

White with #290DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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