Html Css Color HEX #492DDC Han Purple

📋 copy color: '#492DDC'

red 73 ◦ green 45 ◦ blue 220

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

Shades of Han Purple #492DDC

Tints of Han Purple #492DDC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.31%

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

R = 21.6%
G = 13.31%
B = 65.09%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#492DDC (or 0x492DDC) is known color: Han Purple. HEX triplet: 49, 2D and DC. RGB value is (73,45,220). Sum of RGB (Red+Green+Blue) = 73+45+220=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #492DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492DDC is #B6D223. Grayscale: #484848. Windows color (decimal): -11981348 or 14429513. OLE color: 14429513.

HSL color Cylindrical-coordinate representation of color #492DDC: hue angle of 249.6º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #492DDC is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 45 220 -
CMYK 0.67 0.80 0 0.14
HSL 249.6º 0.71% 0.52% -
HSV(B) 249.6º 0.8% 0.86% -
XYZ 16.6 8.46 68.47 -
YUV 73.32 210.78 127.77 -
System Red Green Blue C M Y K H S L
Decimal 73 45 220 0.67 0.80 0 0.14 249.6 0.71 0.52
Hex 49 2D DC 43 50 0 E FA 47 34
Octal 111 55 334 103 120 0 16 372 107 64
Binary 1001001 101101 11011100 1000011 1010000 0 1110 11111010 1000111 110100

Color Harmonies of #492DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492DDC

Black with #492DDC

Text Example


Text Example

White with #492DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492DDC; }

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

 H1.HeaderClassName
 {
   color: #492DDC;
 }
 .AnyTagClassName
 {
   color: #492DDC;
 }
</style>

background-color css

<style>
 a { background-color: #492DDC; }

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

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

border-color css

<style>
 span { border-color: #492DDC; }

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

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