Html Css Color HEX #490CEF Han Purple

📋 copy color: '#490CEF'

red 73 ◦ green 12 ◦ blue 239

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

Shades of Han Purple #490CEF

Tints of Han Purple #490CEF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.7%

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

R = 22.53%
G = 3.7%
B = 73.77%

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

#490CEF (or 0x490CEF) is known color: Han Purple. HEX triplet: 49, 0C and EF. RGB value is (73,12,239). Sum of RGB (Red+Green+Blue) = 73+12+239=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 239 (93.75% from 255 or 73.77% from 324); Max value from RGB is 239 - color contains mainly: blue. Hex color #490CEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490CEF is #B6F310. Grayscale: #373737. Windows color (decimal): -11989777 or 15666249. OLE color: 15666249.

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

Color convert

RGB 73 12 239 -
CMYK 0.69 0.95 0 0.06
HSL 256.12º 0.9% 0.49% -
HSV(B) 256.12º 0.95% 0.94% -
XYZ 18.46 7.91 82.22 -
YUV 56.12 231.21 140.04 -
System Red Green Blue C M Y K H S L
Decimal 73 12 239 0.69 0.95 0 0.06 256.12 0.9 0.49
Hex 49 C EF 45 5F 0 6 100 5A 31
Octal 111 14 357 105 137 0 6 400 132 61
Binary 1001001 1100 11101111 1000101 1011111 0 110 100000000 1011010 110001

Color Harmonies of #490CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490CEF

Black with #490CEF

Text Example


Text Example

White with #490CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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