Html Css Color HEX #492FEB Han Purple

📋 copy color: '#492FEB'

red 73 ◦ green 47 ◦ blue 235

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

Shades of Han Purple #492FEB

Tints of Han Purple #492FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.2%

R = 20.56%
G = 13.24%
B = 66.2%

CMYK

 C value IS 0.69

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#492FEB (or 0x492FEB) is known color: Han Purple. HEX triplet: 49, 2F and EB. RGB value is (73,47,235). Sum of RGB (Red+Green+Blue) = 73+47+235=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #492FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492FEB is #B6D014. Grayscale: #4B4B4B. Windows color (decimal): -11980821 or 15413065. OLE color: 15413065.

HSL color Cylindrical-coordinate representation of color #492FEB: hue angle of 248.3º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #492FEB is Cyan = 0.69, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 47 235 -
CMYK 0.69 0.8 0 0.08
HSL 248.3º 0.82% 0.55% -
HSV(B) 248.3º 0.8% 0.92% -
XYZ 18.76 9.45 79.43 -
YUV 76.21 217.61 125.71 -
System Red Green Blue C M Y K H S L
Decimal 73 47 235 0.69 0.8 0 0.08 248.3 0.82 0.55
Hex 49 2F EB 45 50 0 8 F8 52 37
Octal 111 57 353 105 120 0 10 370 122 67
Binary 1001001 101111 11101011 1000101 1010000 0 1000 11111000 1010010 110111

Color Harmonies of #492FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492FEB

Black with #492FEB

Text Example


Text Example

White with #492FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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