Html Css Color HEX #290DEB Han Purple

📋 copy color: '#290DEB'

red 41 ◦ green 13 ◦ blue 235

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

Shades of Han Purple #290DEB

Tints of Han Purple #290DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 81.31%

R = 14.19%
G = 4.5%
B = 81.31%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#290DEB (or 0x290DEB) is known color: Han Purple. HEX triplet: 29, 0D and EB. RGB value is (41,13,235). Sum of RGB (Red+Green+Blue) = 41+13+235=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 235 (92.19% from 255 or 81.31% from 289); Max value from RGB is 235 - color contains mainly: blue. Hex color #290DEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290DEB is #D6F214. Grayscale: #2D2D2D. Windows color (decimal): -14086677 or 15404329. OLE color: 15404329.

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

Color convert

RGB 41 13 235 -
CMYK 0.83 0.94 0 0.08
HSL 247.57º 0.9% 0.49% -
HSV(B) 247.57º 0.94% 0.92% -
XYZ 16.05 6.76 79.06 -
YUV 46.68 234.28 123.95 -
System Red Green Blue C M Y K H S L
Decimal 41 13 235 0.83 0.94 0 0.08 247.57 0.9 0.49
Hex 29 D EB 53 5E 0 8 F8 5A 31
Octal 51 15 353 123 136 0 10 370 132 61
Binary 101001 1101 11101011 1010011 1011110 0 1000 11111000 1011010 110001

Color Harmonies of #290DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290DEB

Black with #290DEB

Text Example


Text Example

White with #290DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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