Html Css Color HEX #492DED Han Purple

📋 copy color: '#492DED'

red 73 ◦ green 45 ◦ blue 237

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

Shades of Han Purple #492DED

Tints of Han Purple #492DED

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.68%

 BLUE value IS 237 (92.97% from 255) = 66.76%

R = 20.56%
G = 12.68%
B = 66.76%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#492DED (or 0x492DED) is known color: Han Purple. HEX triplet: 49, 2D and ED. RGB value is (73,45,237). Sum of RGB (Red+Green+Blue) = 73+45+237=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #492DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492DED is #B6D212. Grayscale: #4A4A4A. Windows color (decimal): -11981331 or 15543625. OLE color: 15543625.

HSL color Cylindrical-coordinate representation of color #492DED: hue angle of 248.75º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #492DED is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 45 237 -
CMYK 0.69 0.81 0 0.07
HSL 248.75º 0.84% 0.55% -
HSV(B) 248.75º 0.81% 0.93% -
XYZ 18.97 9.41 80.94 -
YUV 75.26 219.28 126.39 -
System Red Green Blue C M Y K H S L
Decimal 73 45 237 0.69 0.81 0 0.07 248.75 0.84 0.55
Hex 49 2D ED 45 51 0 7 F9 54 37
Octal 111 55 355 105 121 0 7 371 124 67
Binary 1001001 101101 11101101 1000101 1010001 0 111 11111001 1010100 110111

Color Harmonies of #492DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492DED

Black with #492DED

Text Example


Text Example

White with #492DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,45,237); }

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

background-color css

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

 a { background-color: rgb(73,45,237); }

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

border-color css

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

 span { border-color: rgb(73,45,237); }

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