Html Css Color HEX #290DEC Han Purple

📋 copy color: '#290DEC'

red 41 ◦ green 13 ◦ blue 236

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

Shades of Han Purple #290DEC

Tints of Han Purple #290DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 81.38%

R = 14.14%
G = 4.48%
B = 81.38%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#290DEC (or 0x290DEC) is known color: Han Purple. HEX triplet: 29, 0D and EC. RGB value is (41,13,236). Sum of RGB (Red+Green+Blue) = 41+13+236=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 236 (92.58% from 255 or 81.38% from 290); Max value from RGB is 236 - color contains mainly: blue. Hex color #290DEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290DEC is #D6F213. Grayscale: #2D2D2D. Windows color (decimal): -14086676 or 15469865. OLE color: 15469865.

HSL color Cylindrical-coordinate representation of color #290DEC: hue angle of 247.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290DEC is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 13 236 -
CMYK 0.83 0.94 0 0.07
HSL 247.53º 0.9% 0.49% -
HSV(B) 247.53º 0.94% 0.93% -
XYZ 16.2 6.82 79.82 -
YUV 46.79 234.78 123.87 -
System Red Green Blue C M Y K H S L
Decimal 41 13 236 0.83 0.94 0 0.07 247.53 0.9 0.49
Hex 29 D EC 53 5E 0 7 F8 5A 31
Octal 51 15 354 123 136 0 7 370 132 61
Binary 101001 1101 11101100 1010011 1011110 0 111 11111000 1011010 110001

Color Harmonies of #290DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290DEC

Black with #290DEC

Text Example


Text Example

White with #290DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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