Html Css Color HEX #490FDD Han Purple

📋 copy color: '#490FDD'

red 73 ◦ green 15 ◦ blue 221

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

Shades of Han Purple #490FDD

Tints of Han Purple #490FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.85%

 BLUE value IS 221 (86.72% from 255) = 71.52%

R = 23.62%
G = 4.85%
B = 71.52%

CMYK

 C value IS 0.67

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#490FDD (or 0x490FDD) is known color: Han Purple. HEX triplet: 49, 0F and DD. RGB value is (73,15,221). Sum of RGB (Red+Green+Blue) = 73+15+221=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #490FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FDD is #B6F022. Grayscale: #373737. Windows color (decimal): -11989027 or 14487369. OLE color: 14487369.

HSL color Cylindrical-coordinate representation of color #490FDD: hue angle of 256.89º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490FDD is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 15 221 -
CMYK 0.67 0.93 0 0.13
HSL 256.89º 0.87% 0.46% -
HSV(B) 256.89º 0.93% 0.87% -
XYZ 15.97 6.98 68.91 -
YUV 55.83 221.22 140.25 -
System Red Green Blue C M Y K H S L
Decimal 73 15 221 0.67 0.93 0 0.13 256.89 0.87 0.46
Hex 49 F DD 43 5D 0 D 101 57 2E
Octal 111 17 335 103 135 0 15 401 127 56
Binary 1001001 1111 11011101 1000011 1011101 0 1101 100000001 1010111 101110

Color Harmonies of #490FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490FDD

Black with #490FDD

Text Example


Text Example

White with #490FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,15,221); }

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

background-color css

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

 a { background-color: rgb(73,15,221); }

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

border-color css

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

 span { border-color: rgb(73,15,221); }

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