Html Css Color HEX #492CED Han Purple

📋 copy color: '#492CED'

red 73 ◦ green 44 ◦ blue 237

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

Shades of Han Purple #492CED

Tints of Han Purple #492CED

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.43%

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

R = 20.62%
G = 12.43%
B = 66.95%

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

#492CED (or 0x492CED) is known color: Han Purple. HEX triplet: 49, 2C and ED. RGB value is (73,44,237). Sum of RGB (Red+Green+Blue) = 73+44+237=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #492CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492CED is #B6D312. Grayscale: #494949. Windows color (decimal): -11981587 or 15543369. OLE color: 15543369.

HSL color Cylindrical-coordinate representation of color #492CED: hue angle of 249.02º 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 #492CED is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 44 237 -
CMYK 0.69 0.81 0 0.07
HSL 249.02º 0.84% 0.55% -
HSV(B) 249.02º 0.81% 0.93% -
XYZ 18.93 9.33 80.92 -
YUV 74.67 219.61 126.81 -
System Red Green Blue C M Y K H S L
Decimal 73 44 237 0.69 0.81 0 0.07 249.02 0.84 0.55
Hex 49 2C ED 45 51 0 7 F9 54 37
Octal 111 54 355 105 121 0 7 371 124 67
Binary 1001001 101100 11101101 1000101 1010001 0 111 11111001 1010100 110111

Color Harmonies of #492CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492CED

Black with #492CED

Text Example


Text Example

White with #492CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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