Html Css Color HEX #490CFD Han Purple

📋 copy color: '#490CFD'

red 73 ◦ green 12 ◦ blue 253

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

Shades of Han Purple #490CFD

Tints of Han Purple #490CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 74.85%

R = 21.6%
G = 3.55%
B = 74.85%

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

#490CFD (or 0x490CFD) is known color: Han Purple. HEX triplet: 49, 0C and FD. RGB value is (73,12,253). Sum of RGB (Red+Green+Blue) = 73+12+253=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 253 (99.22% from 255 or 74.85% from 338); Max value from RGB is 253 - color contains mainly: blue. Hex color #490CFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490CFD is #B6F302. Grayscale: #383838. Windows color (decimal): -11989763 or 16583753. OLE color: 16583753.

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

Color convert

RGB 73 12 253 -
CMYK 0.71 0.95 0 0.01
HSL 255.19º 0.98% 0.52% -
HSV(B) 255.19º 0.95% 0.99% -
XYZ 20.61 8.77 93.54 -
YUV 57.71 238.21 138.9 -
System Red Green Blue C M Y K H S L
Decimal 73 12 253 0.71 0.95 0 0.01 255.19 0.98 0.52
Hex 49 C FD 47 5F 0 1 FF 62 34
Octal 111 14 375 107 137 0 1 377 142 64
Binary 1001001 1100 11111101 1000111 1011111 0 1 11111111 1100010 110100

Color Harmonies of #490CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490CFD

Black with #490CFD

Text Example


Text Example

White with #490CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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