Html Css Color HEX #492BFF Han Purple

📋 copy color: '#492BFF'

red 73 ◦ green 43 ◦ blue 255

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

Shades of Han Purple #492BFF

Tints of Han Purple #492BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.73%

R = 19.68%
G = 11.59%
B = 68.73%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#492BFF (or 0x492BFF) is known color: Han Purple. HEX triplet: 49, 2B and FF. RGB value is (73,43,255). Sum of RGB (Red+Green+Blue) = 73+43+255=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #492BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492BFF is #B6D400. Grayscale: #4B4B4B. Windows color (decimal): -11981825 or 16722761. OLE color: 16722761.

HSL color Cylindrical-coordinate representation of color #492BFF: hue angle of 248.49º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #492BFF is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 73 43 255 -
CMYK 0.71 0.83 0 0
HSL 248.49º 1% 0.58% -
HSV(B) 248.49º 0.83% 1% -
XYZ 21.66 10.36 95.47 -
YUV 76.14 228.94 125.76 -
System Red Green Blue C M Y K H S L
Decimal 73 43 255 0.71 0.83 0 0 248.49 1 0.58
Hex 49 2B FF 47 53 0 0 F8 64 3A
Octal 111 53 377 107 123 0 0 370 144 72
Binary 1001001 101011 11111111 1000111 1010011 0 0 11111000 1100100 111010

Color Harmonies of #492BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492BFF

Black with #492BFF

Text Example


Text Example

White with #492BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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