Html Css Color HEX #490ADF Han Purple

📋 copy color: '#490ADF'

red 73 ◦ green 10 ◦ blue 223

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

Shades of Han Purple #490ADF

Tints of Han Purple #490ADF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.27%

 BLUE value IS 223 (87.5% from 255) = 72.88%

R = 23.86%
G = 3.27%
B = 72.88%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#490ADF (or 0x490ADF) is known color: Han Purple. HEX triplet: 49, 0A and DF. RGB value is (73,10,223). Sum of RGB (Red+Green+Blue) = 73+10+223=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 223 (87.5% from 255 or 72.88% from 306); Max value from RGB is 223 - color contains mainly: blue. Hex color #490ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490ADF is #B6F520. Grayscale: #343434. Windows color (decimal): -11990305 or 14617161. OLE color: 14617161.

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

Color convert

RGB 73 10 223 -
CMYK 0.67 0.96 0 0.13
HSL 257.75º 0.91% 0.46% -
HSV(B) 257.75º 0.96% 0.87% -
XYZ 16.18 6.96 70.3 -
YUV 53.12 223.87 142.18 -
System Red Green Blue C M Y K H S L
Decimal 73 10 223 0.67 0.96 0 0.13 257.75 0.91 0.46
Hex 49 A DF 43 60 0 D 102 5B 2E
Octal 111 12 337 103 140 0 15 402 133 56
Binary 1001001 1010 11011111 1000011 1100000 0 1101 100000010 1011011 101110

Color Harmonies of #490ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490ADF

Black with #490ADF

Text Example


Text Example

White with #490ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,10,223); }

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

background-color css

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

 a { background-color: rgb(73,10,223); }

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

border-color css

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

 span { border-color: rgb(73,10,223); }

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