Html Css Color HEX #490CFF Han Purple

📋 copy color: '#490CFF'

red 73 ◦ green 12 ◦ blue 255

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

Shades of Han Purple #490CFF

Tints of Han Purple #490CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 75%

R = 21.47%
G = 3.53%
B = 75%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#490CFF (or 0x490CFF) is known color: Han Purple. HEX triplet: 49, 0C and FF. RGB value is (73,12,255). Sum of RGB (Red+Green+Blue) = 73+12+255=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #490CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490CFF is #B6F300. Grayscale: #393939. Windows color (decimal): -11989761 or 16714825. OLE color: 16714825.

HSL color Cylindrical-coordinate representation of color #490CFF: hue angle of 255.06º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490CFF is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 73 12 255 -
CMYK 0.71 0.95 0 0
HSL 255.06º 1% 0.52% -
HSV(B) 255.06º 0.95% 1% -
XYZ 20.93 8.9 95.22 -
YUV 57.94 239.21 138.74 -
System Red Green Blue C M Y K H S L
Decimal 73 12 255 0.71 0.95 0 0 255.06 1 0.52
Hex 49 C FF 47 5F 0 0 FF 64 34
Octal 111 14 377 107 137 0 0 377 144 64
Binary 1001001 1100 11111111 1000111 1011111 0 0 11111111 1100100 110100

Color Harmonies of #490CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490CFF

Black with #490CFF

Text Example


Text Example

White with #490CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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