Html Css Color HEX #492FDC Han Purple

📋 copy color: '#492FDC'

red 73 ◦ green 47 ◦ blue 220

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

Shades of Han Purple #492FDC

Tints of Han Purple #492FDC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.82%

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

R = 21.47%
G = 13.82%
B = 64.71%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#492FDC (or 0x492FDC) is known color: Han Purple. HEX triplet: 49, 2F and DC. RGB value is (73,47,220). Sum of RGB (Red+Green+Blue) = 73+47+220=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #492FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492FDC is #B6D023. Grayscale: #494949. Windows color (decimal): -11980836 or 14430025. OLE color: 14430025.

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

Color convert

RGB 73 47 220 -
CMYK 0.67 0.79 0 0.14
HSL 249.02º 0.71% 0.52% -
HSV(B) 249.02º 0.79% 0.86% -
XYZ 16.68 8.62 68.49 -
YUV 74.5 210.11 126.93 -
System Red Green Blue C M Y K H S L
Decimal 73 47 220 0.67 0.79 0 0.14 249.02 0.71 0.52
Hex 49 2F DC 43 4F 0 E F9 47 34
Octal 111 57 334 103 117 0 16 371 107 64
Binary 1001001 101111 11011100 1000011 1001111 0 1110 11111001 1000111 110100

Color Harmonies of #492FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492FDC

Black with #492FDC

Text Example


Text Example

White with #492FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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