Html Css Color HEX #492EDD Han Purple

📋 copy color: '#492EDD'

red 73 ◦ green 46 ◦ blue 221

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

Shades of Han Purple #492EDD

Tints of Han Purple #492EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.53%

 BLUE value IS 221 (86.72% from 255) = 65%

R = 21.47%
G = 13.53%
B = 65%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#492EDD (or 0x492EDD) is known color: Han Purple. HEX triplet: 49, 2E and DD. RGB value is (73,46,221). Sum of RGB (Red+Green+Blue) = 73+46+221=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #492EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492EDD is #B6D122. Grayscale: #494949. Windows color (decimal): -11981091 or 14495305. OLE color: 14495305.

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

Color convert

RGB 73 46 221 -
CMYK 0.67 0.79 0 0.13
HSL 249.26º 0.72% 0.52% -
HSV(B) 249.26º 0.79% 0.87% -
XYZ 16.78 8.59 69.18 -
YUV 74.02 210.95 127.27 -
System Red Green Blue C M Y K H S L
Decimal 73 46 221 0.67 0.79 0 0.13 249.26 0.72 0.52
Hex 49 2E DD 43 4F 0 D F9 48 34
Octal 111 56 335 103 117 0 15 371 110 64
Binary 1001001 101110 11011101 1000011 1001111 0 1101 11111001 1001000 110100

Color Harmonies of #492EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492EDD

Black with #492EDD

Text Example


Text Example

White with #492EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,46,221); }

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

background-color css

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

 a { background-color: rgb(73,46,221); }

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

border-color css

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

 span { border-color: rgb(73,46,221); }

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