Html Css Color HEX #492FDD Han Purple

📋 copy color: '#492FDD'

red 73 ◦ green 47 ◦ blue 221

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

Shades of Han Purple #492FDD

Tints of Han Purple #492FDD

RGB

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

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

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

R = 21.41%
G = 13.78%
B = 64.81%

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

#492FDD (or 0x492FDD) is known color: Han Purple. HEX triplet: 49, 2F and DD. RGB value is (73,47,221). Sum of RGB (Red+Green+Blue) = 73+47+221=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #492FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492FDD is #B6D022. Grayscale: #494949. Windows color (decimal): -11980835 or 14495561. OLE color: 14495561.

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

Color convert

RGB 73 47 221 -
CMYK 0.67 0.79 0 0.13
HSL 248.97º 0.72% 0.53% -
HSV(B) 248.97º 0.79% 0.87% -
XYZ 16.82 8.67 69.19 -
YUV 74.61 210.61 126.85 -
System Red Green Blue C M Y K H S L
Decimal 73 47 221 0.67 0.79 0 0.13 248.97 0.72 0.53
Hex 49 2F DD 43 4F 0 D F9 48 35
Octal 111 57 335 103 117 0 15 371 110 65
Binary 1001001 101111 11011101 1000011 1001111 0 1101 11111001 1001000 110101

Color Harmonies of #492FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492FDD

Black with #492FDD

Text Example


Text Example

White with #492FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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