Html Css Color HEX #492CDE Han Purple

📋 copy color: '#492CDE'

red 73 ◦ green 44 ◦ blue 222

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

Shades of Han Purple #492CDE

Tints of Han Purple #492CDE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.98%

 BLUE value IS 222 (87.11% from 255) = 65.49%

R = 21.53%
G = 12.98%
B = 65.49%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#492CDE (or 0x492CDE) is known color: Han Purple. HEX triplet: 49, 2C and DE. RGB value is (73,44,222). Sum of RGB (Red+Green+Blue) = 73+44+222=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 222 (87.11% from 255 or 65.49% from 339); Max value from RGB is 222 - color contains mainly: blue. Hex color #492CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492CDE is #B6D321. Grayscale: #484848. Windows color (decimal): -11981602 or 14560329. OLE color: 14560329.

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

Color convert

RGB 73 44 222 -
CMYK 0.67 0.80 0 0.13
HSL 249.78º 0.73% 0.52% -
HSV(B) 249.78º 0.8% 0.87% -
XYZ 16.83 8.49 69.86 -
YUV 72.96 212.11 128.03 -
System Red Green Blue C M Y K H S L
Decimal 73 44 222 0.67 0.80 0 0.13 249.78 0.73 0.52
Hex 49 2C DE 43 50 0 D FA 49 34
Octal 111 54 336 103 120 0 15 372 111 64
Binary 1001001 101100 11011110 1000011 1010000 0 1101 11111010 1001001 110100

Color Harmonies of #492CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492CDE

Black with #492CDE

Text Example


Text Example

White with #492CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,44,222); }

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

background-color css

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

 a { background-color: rgb(73,44,222); }

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

border-color css

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

 span { border-color: rgb(73,44,222); }

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