Html Css Color HEX #491CEA Han Purple

📋 copy color: '#491CEA'

red 73 ◦ green 28 ◦ blue 234

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

Shades of Han Purple #491CEA

Tints of Han Purple #491CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.36%

 BLUE value IS 234 (91.8% from 255) = 69.85%

R = 21.79%
G = 8.36%
B = 69.85%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#491CEA (or 0x491CEA) is known color: Han Purple. HEX triplet: 49, 1C and EA. RGB value is (73,28,234). Sum of RGB (Red+Green+Blue) = 73+28+234=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 234 (91.80% from 255 or 69.85% from 335); Max value from RGB is 234 - color contains mainly: blue. Hex color #491CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491CEA is #B6E315. Grayscale: #404040. Windows color (decimal): -11985686 or 15342665. OLE color: 15342665.

HSL color Cylindrical-coordinate representation of color #491CEA: hue angle of 253.11º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491CEA is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 28 234 -
CMYK 0.69 0.88 0 0.08
HSL 253.11º 0.83% 0.51% -
HSV(B) 253.11º 0.88% 0.92% -
XYZ 18.01 8.19 78.47 -
YUV 64.94 223.41 133.75 -
System Red Green Blue C M Y K H S L
Decimal 73 28 234 0.69 0.88 0 0.08 253.11 0.83 0.51
Hex 49 1C EA 45 58 0 8 FD 53 33
Octal 111 34 352 105 130 0 10 375 123 63
Binary 1001001 11100 11101010 1000101 1011000 0 1000 11111101 1010011 110011

Color Harmonies of #491CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491CEA

Black with #491CEA

Text Example


Text Example

White with #491CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491CEA; }

 p { color: rgb(73,28,234); }

 H1.HeaderClassName
 {
   color: #491CEA;
 }
 .AnyTagClassName
 {
   color: #491CEA;
 }
</style>

background-color css

<style>
 a { background-color: #491CEA; }

 a { background-color: rgb(73,28,234); }

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

border-color css

<style>
 span { border-color: #491CEA; }

 span { border-color: rgb(73,28,234); }

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