Html Css Color HEX #492BEF Han Purple

📋 copy color: '#492BEF'

red 73 ◦ green 43 ◦ blue 239

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

Shades of Han Purple #492BEF

Tints of Han Purple #492BEF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.11%

 BLUE value IS 239 (93.75% from 255) = 67.32%

R = 20.56%
G = 12.11%
B = 67.32%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#492BEF (or 0x492BEF) is known color: Han Purple. HEX triplet: 49, 2B and EF. RGB value is (73,43,239). Sum of RGB (Red+Green+Blue) = 73+43+239=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #492BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492BEF is #B6D410. Grayscale: #494949. Windows color (decimal): -11981841 or 15674185. OLE color: 15674185.

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

Color convert

RGB 73 43 239 -
CMYK 0.69 0.82 0 0.06
HSL 249.18º 0.86% 0.55% -
HSV(B) 249.18º 0.82% 0.94% -
XYZ 19.19 9.38 82.46 -
YUV 74.31 220.94 127.06 -
System Red Green Blue C M Y K H S L
Decimal 73 43 239 0.69 0.82 0 0.06 249.18 0.86 0.55
Hex 49 2B EF 45 52 0 6 F9 56 37
Octal 111 53 357 105 122 0 6 371 126 67
Binary 1001001 101011 11101111 1000101 1010010 0 110 11111001 1010110 110111

Color Harmonies of #492BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492BEF

Black with #492BEF

Text Example


Text Example

White with #492BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,43,239); }

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

background-color css

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

 a { background-color: rgb(73,43,239); }

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

border-color css

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

 span { border-color: rgb(73,43,239); }

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