Html Css Color HEX #490DEF Han Purple

📋 copy color: '#490DEF'

red 73 ◦ green 13 ◦ blue 239

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

Shades of Han Purple #490DEF

Tints of Han Purple #490DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 73.54%

R = 22.46%
G = 4%
B = 73.54%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#490DEF (or 0x490DEF) is known color: Han Purple. HEX triplet: 49, 0D and EF. RGB value is (73,13,239). Sum of RGB (Red+Green+Blue) = 73+13+239=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #490DEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490DEF is #B6F210. Grayscale: #373737. Windows color (decimal): -11989521 or 15666505. OLE color: 15666505.

HSL color Cylindrical-coordinate representation of color #490DEF: hue angle of 255.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490DEF is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 13 239 -
CMYK 0.69 0.95 0 0.06
HSL 255.93º 0.9% 0.49% -
HSV(B) 255.93º 0.95% 0.94% -
XYZ 18.47 7.94 82.22 -
YUV 56.7 230.88 139.62 -
System Red Green Blue C M Y K H S L
Decimal 73 13 239 0.69 0.95 0 0.06 255.93 0.9 0.49
Hex 49 D EF 45 5F 0 6 100 5A 31
Octal 111 15 357 105 137 0 6 400 132 61
Binary 1001001 1101 11101111 1000101 1011111 0 110 100000000 1011010 110001

Color Harmonies of #490DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490DEF

Black with #490DEF

Text Example


Text Example

White with #490DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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