Html Css Color HEX #290DED Han Purple

📋 copy color: '#290DED'

red 41 ◦ green 13 ◦ blue 237

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

Shades of Han Purple #290DED

Tints of Han Purple #290DED

RGB

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

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

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

R = 14.09%
G = 4.47%
B = 81.44%

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

#290DED (or 0x290DED) is known color: Han Purple. HEX triplet: 29, 0D and ED. RGB value is (41,13,237). Sum of RGB (Red+Green+Blue) = 41+13+237=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 237 (92.97% from 255 or 81.44% from 291); Max value from RGB is 237 - color contains mainly: blue. Hex color #290DED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290DED is #D6F212. Grayscale: #2E2E2E. Windows color (decimal): -14086675 or 15535401. OLE color: 15535401.

HSL color Cylindrical-coordinate representation of color #290DED: hue angle of 247.5º degrees, saturation: 0.9, 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 #290DED is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 13 237 -
CMYK 0.83 0.95 0 0.07
HSL 247.5º 0.9% 0.49% -
HSV(B) 247.5º 0.95% 0.93% -
XYZ 16.34 6.87 80.59 -
YUV 46.91 235.28 123.79 -
System Red Green Blue C M Y K H S L
Decimal 41 13 237 0.83 0.95 0 0.07 247.5 0.9 0.49
Hex 29 D ED 53 5F 0 7 F8 5A 31
Octal 51 15 355 123 137 0 7 370 132 61
Binary 101001 1101 11101101 1010011 1011111 0 111 11111000 1011010 110001

Color Harmonies of #290DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290DED

Black with #290DED

Text Example


Text Example

White with #290DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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