Html Css Color HEX #492FED Han Purple

📋 copy color: '#492FED'

red 73 ◦ green 47 ◦ blue 237

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

Shades of Han Purple #492FED

Tints of Han Purple #492FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.39%

R = 20.45%
G = 13.17%
B = 66.39%

CMYK

 C value IS 0.69

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#492FED (or 0x492FED) is known color: Han Purple. HEX triplet: 49, 2F and ED. RGB value is (73,47,237). Sum of RGB (Red+Green+Blue) = 73+47+237=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #492FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492FED is #B6D012. Grayscale: #4B4B4B. Windows color (decimal): -11980819 or 15544137. OLE color: 15544137.

HSL color Cylindrical-coordinate representation of color #492FED: hue angle of 248.21º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #492FED is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 47 237 -
CMYK 0.69 0.80 0 0.07
HSL 248.21º 0.84% 0.56% -
HSV(B) 248.21º 0.8% 0.93% -
XYZ 19.05 9.56 80.96 -
YUV 76.43 218.61 125.55 -
System Red Green Blue C M Y K H S L
Decimal 73 47 237 0.69 0.80 0 0.07 248.21 0.84 0.56
Hex 49 2F ED 45 50 0 7 F8 54 38
Octal 111 57 355 105 120 0 7 370 124 70
Binary 1001001 101111 11101101 1000101 1010000 0 111 11111000 1010100 111000

Color Harmonies of #492FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492FED

Black with #492FED

Text Example


Text Example

White with #492FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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