Html Css Color HEX #490CFA Han Purple

📋 copy color: '#490CFA'

red 73 ◦ green 12 ◦ blue 250

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

Shades of Han Purple #490CFA

Tints of Han Purple #490CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 74.63%

R = 21.79%
G = 3.58%
B = 74.63%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#490CFA (or 0x490CFA) is known color: Han Purple. HEX triplet: 49, 0C and FA. RGB value is (73,12,250). Sum of RGB (Red+Green+Blue) = 73+12+250=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 250 (98.05% from 255 or 74.63% from 335); Max value from RGB is 250 - color contains mainly: blue. Hex color #490CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490CFA is #B6F305. Grayscale: #383838. Windows color (decimal): -11989766 or 16387145. OLE color: 16387145.

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

Color convert

RGB 73 12 250 -
CMYK 0.71 0.95 0 0.02
HSL 255.38º 0.96% 0.51% -
HSV(B) 255.38º 0.95% 0.98% -
XYZ 20.13 8.58 91.04 -
YUV 57.37 236.71 139.15 -
System Red Green Blue C M Y K H S L
Decimal 73 12 250 0.71 0.95 0 0.02 255.38 0.96 0.51
Hex 49 C FA 47 5F 0 2 FF 60 33
Octal 111 14 372 107 137 0 2 377 140 63
Binary 1001001 1100 11111010 1000111 1011111 0 10 11111111 1100000 110011

Color Harmonies of #490CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490CFA

Black with #490CFA

Text Example


Text Example

White with #490CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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