Html Css Color HEX #492BEA Han Purple

📋 copy color: '#492BEA'

red 73 ◦ green 43 ◦ blue 234

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

Shades of Han Purple #492BEA

Tints of Han Purple #492BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 66.86%

R = 20.86%
G = 12.29%
B = 66.86%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#492BEA (or 0x492BEA) is known color: Han Purple. HEX triplet: 49, 2B and EA. RGB value is (73,43,234). Sum of RGB (Red+Green+Blue) = 73+43+234=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #492BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492BEA is #B6D415. Grayscale: #494949. Windows color (decimal): -11981846 or 15346505. OLE color: 15346505.

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

Color convert

RGB 73 43 234 -
CMYK 0.69 0.82 0 0.08
HSL 249.42º 0.82% 0.54% -
HSV(B) 249.42º 0.82% 0.92% -
XYZ 18.46 9.08 78.62 -
YUV 73.74 218.44 127.47 -
System Red Green Blue C M Y K H S L
Decimal 73 43 234 0.69 0.82 0 0.08 249.42 0.82 0.54
Hex 49 2B EA 45 52 0 8 F9 52 36
Octal 111 53 352 105 122 0 10 371 122 66
Binary 1001001 101011 11101010 1000101 1010010 0 1000 11111001 1010010 110110

Color Harmonies of #492BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492BEA

Black with #492BEA

Text Example


Text Example

White with #492BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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