Html Css Color HEX #490DDE Han Purple

📋 copy color: '#490DDE'

red 73 ◦ green 13 ◦ blue 222

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

Shades of Han Purple #490DDE

Tints of Han Purple #490DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 72.08%

R = 23.7%
G = 4.22%
B = 72.08%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#490DDE (or 0x490DDE) is known color: Han Purple. HEX triplet: 49, 0D and DE. RGB value is (73,13,222). Sum of RGB (Red+Green+Blue) = 73+13+222=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 222 (87.11% from 255 or 72.08% from 308); Max value from RGB is 222 - color contains mainly: blue. Hex color #490DDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490DDE is #B6F221. Grayscale: #353535. Windows color (decimal): -11989538 or 14552393. OLE color: 14552393.

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

Color convert

RGB 73 13 222 -
CMYK 0.67 0.94 0 0.13
HSL 257.22º 0.89% 0.46% -
HSV(B) 257.22º 0.94% 0.87% -
XYZ 16.08 6.98 69.61 -
YUV 54.77 222.38 141.01 -
System Red Green Blue C M Y K H S L
Decimal 73 13 222 0.67 0.94 0 0.13 257.22 0.89 0.46
Hex 49 D DE 43 5E 0 D 101 59 2E
Octal 111 15 336 103 136 0 15 401 131 56
Binary 1001001 1101 11011110 1000011 1011110 0 1101 100000001 1011001 101110

Color Harmonies of #490DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490DDE

Black with #490DDE

Text Example


Text Example

White with #490DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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