Html Css Color HEX #492BDF Han Purple

📋 copy color: '#492BDF'

red 73 ◦ green 43 ◦ blue 223

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

Shades of Han Purple #492BDF

Tints of Han Purple #492BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.78%

R = 21.53%
G = 12.68%
B = 65.78%

CMYK

 C value IS 0.67

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#492BDF (or 0x492BDF) is known color: Han Purple. HEX triplet: 49, 2B and DF. RGB value is (73,43,223). Sum of RGB (Red+Green+Blue) = 73+43+223=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #492BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492BDF is #B6D420. Grayscale: #474747. Windows color (decimal): -11981857 or 14625609. OLE color: 14625609.

HSL color Cylindrical-coordinate representation of color #492BDF: hue angle of 250º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #492BDF is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 43 223 -
CMYK 0.67 0.81 0 0.13
HSL 250º 0.74% 0.52% -
HSV(B) 250º 0.81% 0.87% -
XYZ 16.93 8.47 70.55 -
YUV 72.49 212.94 128.36 -
System Red Green Blue C M Y K H S L
Decimal 73 43 223 0.67 0.81 0 0.13 250 0.74 0.52
Hex 49 2B DF 43 51 0 D FA 4A 34
Octal 111 53 337 103 121 0 15 372 112 64
Binary 1001001 101011 11011111 1000011 1010001 0 1101 11111010 1001010 110100

Color Harmonies of #492BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492BDF

Black with #492BDF

Text Example


Text Example

White with #492BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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