Html Css Color HEX #490DFC Han Purple

📋 copy color: '#490DFC'

red 73 ◦ green 13 ◦ blue 252

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

Shades of Han Purple #490DFC

Tints of Han Purple #490DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 74.56%

R = 21.6%
G = 3.85%
B = 74.56%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#490DFC (or 0x490DFC) is known color: Han Purple. HEX triplet: 49, 0D and FC. RGB value is (73,13,252). Sum of RGB (Red+Green+Blue) = 73+13+252=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 252 (98.83% from 255 or 74.56% from 338); Max value from RGB is 252 - color contains mainly: blue. Hex color #490DFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490DFC is #B6F203. Grayscale: #393939. Windows color (decimal): -11989508 or 16518473. OLE color: 16518473.

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

Color convert

RGB 73 13 252 -
CMYK 0.71 0.95 0 0.01
HSL 255.06º 0.98% 0.52% -
HSV(B) 255.06º 0.95% 0.99% -
XYZ 20.46 8.73 92.7 -
YUV 58.19 237.38 138.57 -
System Red Green Blue C M Y K H S L
Decimal 73 13 252 0.71 0.95 0 0.01 255.06 0.98 0.52
Hex 49 D FC 47 5F 0 1 FF 62 34
Octal 111 15 374 107 137 0 1 377 142 64
Binary 1001001 1101 11111100 1000111 1011111 0 1 11111111 1100010 110100

Color Harmonies of #490DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490DFC

Black with #490DFC

Text Example


Text Example

White with #490DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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