Html Css Color HEX #490DED Han Purple

📋 copy color: '#490DED'

red 73 ◦ green 13 ◦ blue 237

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

Shades of Han Purple #490DED

Tints of Han Purple #490DED

RGB

 RED value IS 73 (28.91% from 255) = 22.6%

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

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

R = 22.6%
G = 4.02%
B = 73.37%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#490DED (or 0x490DED) is known color: Han Purple. HEX triplet: 49, 0D and ED. RGB value is (73,13,237). Sum of RGB (Red+Green+Blue) = 73+13+237=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 237 (92.97% from 255 or 73.37% from 323); Max value from RGB is 237 - color contains mainly: blue. Hex color #490DED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490DED is #B6F212. Grayscale: #373737. Windows color (decimal): -11989523 or 15535433. OLE color: 15535433.

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

Color convert

RGB 73 13 237 -
CMYK 0.69 0.95 0 0.07
HSL 256.07º 0.9% 0.49% -
HSV(B) 256.07º 0.95% 0.93% -
XYZ 18.18 7.82 80.67 -
YUV 56.48 229.88 139.79 -
System Red Green Blue C M Y K H S L
Decimal 73 13 237 0.69 0.95 0 0.07 256.07 0.9 0.49
Hex 49 D ED 45 5F 0 7 100 5A 31
Octal 111 15 355 105 137 0 7 400 132 61
Binary 1001001 1101 11101101 1000101 1011111 0 111 100000000 1011010 110001

Color Harmonies of #490DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490DED

Black with #490DED

Text Example


Text Example

White with #490DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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