Html Css Color HEX #490CDC Han Purple

📋 copy color: '#490CDC'

red 73 ◦ green 12 ◦ blue 220

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

Shades of Han Purple #490CDC

Tints of Han Purple #490CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 72.13%

R = 23.93%
G = 3.93%
B = 72.13%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#490CDC (or 0x490CDC) is known color: Han Purple. HEX triplet: 49, 0C and DC. RGB value is (73,12,220). Sum of RGB (Red+Green+Blue) = 73+12+220=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #490CDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490CDC is #B6F323. Grayscale: #353535. Windows color (decimal): -11989796 or 14421065. OLE color: 14421065.

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

Color convert

RGB 73 12 220 -
CMYK 0.67 0.95 0 0.14
HSL 257.6º 0.9% 0.45% -
HSV(B) 257.6º 0.95% 0.86% -
XYZ 15.8 6.85 68.2 -
YUV 53.95 221.71 141.59 -
System Red Green Blue C M Y K H S L
Decimal 73 12 220 0.67 0.95 0 0.14 257.6 0.9 0.45
Hex 49 C DC 43 5F 0 E 102 5A 2D
Octal 111 14 334 103 137 0 16 402 132 55
Binary 1001001 1100 11011100 1000011 1011111 0 1110 100000010 1011010 101101

Color Harmonies of #490CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490CDC

Black with #490CDC

Text Example


Text Example

White with #490CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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