Html Css Color HEX #492BDE Han Purple

📋 copy color: '#492BDE'

red 73 ◦ green 43 ◦ blue 222

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

Shades of Han Purple #492BDE

Tints of Han Purple #492BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.68%

R = 21.6%
G = 12.72%
B = 65.68%

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

#492BDE (or 0x492BDE) is known color: Han Purple. HEX triplet: 49, 2B and DE. RGB value is (73,43,222). Sum of RGB (Red+Green+Blue) = 73+43+222=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #492BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492BDE is #B6D421. Grayscale: #474747. Windows color (decimal): -11981858 or 14560073. OLE color: 14560073.

HSL color Cylindrical-coordinate representation of color #492BDE: hue angle of 250.06º degrees, saturation: 0.73, 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 #492BDE is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 43 222 -
CMYK 0.67 0.81 0 0.13
HSL 250.06º 0.73% 0.52% -
HSV(B) 250.06º 0.81% 0.87% -
XYZ 16.8 8.42 69.85 -
YUV 72.38 212.44 128.45 -
System Red Green Blue C M Y K H S L
Decimal 73 43 222 0.67 0.81 0 0.13 250.06 0.73 0.52
Hex 49 2B DE 43 51 0 D FA 49 34
Octal 111 53 336 103 121 0 15 372 111 64
Binary 1001001 101011 11011110 1000011 1010001 0 1101 11111010 1001001 110100

Color Harmonies of #492BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492BDE

Black with #492BDE

Text Example


Text Example

White with #492BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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