Html Css Color HEX #490CDF Han Purple

📋 copy color: '#490CDF'

red 73 ◦ green 12 ◦ blue 223

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

Shades of Han Purple #490CDF

Tints of Han Purple #490CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.4%

R = 23.7%
G = 3.9%
B = 72.4%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#490CDF (or 0x490CDF) is known color: Han Purple. HEX triplet: 49, 0C and DF. RGB value is (73,12,223). Sum of RGB (Red+Green+Blue) = 73+12+223=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #490CDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490CDF is #B6F320. Grayscale: #353535. Windows color (decimal): -11989793 or 14617673. OLE color: 14617673.

HSL color Cylindrical-coordinate representation of color #490CDF: hue angle of 257.35º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490CDF is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 12 223 -
CMYK 0.67 0.95 0 0.13
HSL 257.35º 0.9% 0.46% -
HSV(B) 257.35º 0.95% 0.87% -
XYZ 16.2 7.01 70.31 -
YUV 54.29 223.21 141.34 -
System Red Green Blue C M Y K H S L
Decimal 73 12 223 0.67 0.95 0 0.13 257.35 0.9 0.46
Hex 49 C DF 43 5F 0 D 101 5A 2E
Octal 111 14 337 103 137 0 15 401 132 56
Binary 1001001 1100 11011111 1000011 1011111 0 1101 100000001 1011010 101110

Color Harmonies of #490CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490CDF

Black with #490CDF

Text Example


Text Example

White with #490CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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