Html Css Color HEX #290BED Han Purple

📋 copy color: '#290BED'

red 41 ◦ green 11 ◦ blue 237

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

Shades of Han Purple #290BED

Tints of Han Purple #290BED

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.81%

 BLUE value IS 237 (92.97% from 255) = 82.01%

R = 14.19%
G = 3.81%
B = 82.01%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#290BED (or 0x290BED) is known color: Han Purple. HEX triplet: 29, 0B and ED. RGB value is (41,11,237). Sum of RGB (Red+Green+Blue) = 41+11+237=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 237 (92.97% from 255 or 82.01% from 289); Max value from RGB is 237 - color contains mainly: blue. Hex color #290BED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290BED is #D6F412. Grayscale: #2C2C2C. Windows color (decimal): -14087187 or 15534889. OLE color: 15534889.

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

Color convert

RGB 41 11 237 -
CMYK 0.83 0.95 0 0.07
HSL 247.96º 0.91% 0.49% -
HSV(B) 247.96º 0.95% 0.93% -
XYZ 16.32 6.83 80.58 -
YUV 45.73 235.94 124.62 -
System Red Green Blue C M Y K H S L
Decimal 41 11 237 0.83 0.95 0 0.07 247.96 0.91 0.49
Hex 29 B ED 53 5F 0 7 F8 5B 31
Octal 51 13 355 123 137 0 7 370 133 61
Binary 101001 1011 11101101 1010011 1011111 0 111 11111000 1011011 110001

Color Harmonies of #290BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290BED

Black with #290BED

Text Example


Text Example

White with #290BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,11,237); }

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

background-color css

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

 a { background-color: rgb(41,11,237); }

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

border-color css

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

 span { border-color: rgb(41,11,237); }

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