#492ADC

Color #492ADC Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #492ADC

Tints of Han Purple #492ADC

Color information

#492ADC (or 0x492ADC) is unknown color: approx Han Purple. HEX triplet: 49, 2A and DC. RGB value is (73,42,220). Sum of RGB (Red+Green+Blue) = 73+42+220=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #492ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492ADC is #B6D523. Grayscale: #464646. Windows color (decimal): -11982116 or 14428745. OLE color: 14428745.

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

Color convert

RGB7342220-
CMYK0.670.8100.14
HSL250.45º71.77%51.37%-
HSV(B)250.45º80.91%86.27%-
XYZ16.498.2468.43-
YUV71.56211.77129.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 42 (16.80% from 255) = 12.54%
BLUE value IS 220 (86.33% from 255) = 65.67%
R=21.79%
G=12.54%
B=65.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal73422200.670.8100.14250.4571.7751.37
Hex492ADC43510Efa4833
Octal1115233410312101637211063
Binary1001001101010110111001000011101000101110111110101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #492ADC;
 }
 .AnyTagClassName
 {
   color: #492ADC;
 }
</style>
background-color css

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

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

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

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

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

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