Html Css Color HEX #492CDA Han Purple

📋 copy color: '#492CDA'

red 73 ◦ green 44 ◦ blue 218

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

Shades of Han Purple #492CDA

Tints of Han Purple #492CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.07%

R = 21.79%
G = 13.13%
B = 65.07%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#492CDA (or 0x492CDA) is known color: Han Purple. HEX triplet: 49, 2C and DA. RGB value is (73,44,218). Sum of RGB (Red+Green+Blue) = 73+44+218=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #492CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492CDA is #B6D325. Grayscale: #474747. Windows color (decimal): -11981606 or 14298185. OLE color: 14298185.

HSL color Cylindrical-coordinate representation of color #492CDA: hue angle of 250º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #492CDA is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 44 218 -
CMYK 0.67 0.80 0 0.15
HSL 250º 0.7% 0.51% -
HSV(B) 250º 0.8% 0.85% -
XYZ 16.3 8.28 67.07 -
YUV 72.51 210.11 128.35 -
System Red Green Blue C M Y K H S L
Decimal 73 44 218 0.67 0.80 0 0.15 250 0.7 0.51
Hex 49 2C DA 43 50 0 F FA 46 33
Octal 111 54 332 103 120 0 17 372 106 63
Binary 1001001 101100 11011010 1000011 1010000 0 1111 11111010 1000110 110011

Color Harmonies of #492CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492CDA

Black with #492CDA

Text Example


Text Example

White with #492CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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