Html Css Color HEX #490CEB Han Purple

📋 copy color: '#490CEB'

red 73 ◦ green 12 ◦ blue 235

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

Shades of Han Purple #490CEB

Tints of Han Purple #490CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.75%

 BLUE value IS 235 (92.19% from 255) = 73.44%

R = 22.81%
G = 3.75%
B = 73.44%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#490CEB (or 0x490CEB) is known color: Han Purple. HEX triplet: 49, 0C and EB. RGB value is (73,12,235). Sum of RGB (Red+Green+Blue) = 73+12+235=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 235 (92.19% from 255 or 73.44% from 320); Max value from RGB is 235 - color contains mainly: blue. Hex color #490CEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490CEB is #B6F314. Grayscale: #363636. Windows color (decimal): -11989781 or 15404105. OLE color: 15404105.

HSL color Cylindrical-coordinate representation of color #490CEB: hue angle of 256.41º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490CEB is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 12 235 -
CMYK 0.69 0.95 0 0.08
HSL 256.41º 0.9% 0.48% -
HSV(B) 256.41º 0.95% 0.92% -
XYZ 17.87 7.68 79.14 -
YUV 55.66 229.21 140.37 -
System Red Green Blue C M Y K H S L
Decimal 73 12 235 0.69 0.95 0 0.08 256.41 0.9 0.48
Hex 49 C EB 45 5F 0 8 100 5A 30
Octal 111 14 353 105 137 0 10 400 132 60
Binary 1001001 1100 11101011 1000101 1011111 0 1000 100000000 1011010 110000

Color Harmonies of #490CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490CEB

Black with #490CEB

Text Example


Text Example

White with #490CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490CEB; }

 p { color: rgb(73,12,235); }

 H1.HeaderClassName
 {
   color: #490CEB;
 }
 .AnyTagClassName
 {
   color: #490CEB;
 }
</style>

background-color css

<style>
 a { background-color: #490CEB; }

 a { background-color: rgb(73,12,235); }

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

border-color css

<style>
 span { border-color: #490CEB; }

 span { border-color: rgb(73,12,235); }

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