Html Css Color HEX #490CED Han Purple

📋 copy color: '#490CED'

red 73 ◦ green 12 ◦ blue 237

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

Shades of Han Purple #490CED

Tints of Han Purple #490CED

RGB

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

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

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

R = 22.67%
G = 3.73%
B = 73.6%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#490CED (or 0x490CED) is known color: Han Purple. HEX triplet: 49, 0C and ED. RGB value is (73,12,237). Sum of RGB (Red+Green+Blue) = 73+12+237=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 237 (92.97% from 255 or 73.60% from 322); Max value from RGB is 237 - color contains mainly: blue. Hex color #490CED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490CED is #B6F312. Grayscale: #373737. Windows color (decimal): -11989779 or 15535177. OLE color: 15535177.

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

Color convert

RGB 73 12 237 -
CMYK 0.69 0.95 0 0.07
HSL 256.27º 0.9% 0.49% -
HSV(B) 256.27º 0.95% 0.93% -
XYZ 18.17 7.79 80.67 -
YUV 55.89 230.21 140.2 -
System Red Green Blue C M Y K H S L
Decimal 73 12 237 0.69 0.95 0 0.07 256.27 0.9 0.49
Hex 49 C ED 45 5F 0 7 100 5A 31
Octal 111 14 355 105 137 0 7 400 132 61
Binary 1001001 1100 11101101 1000101 1011111 0 111 100000000 1011010 110001

Color Harmonies of #490CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490CED

Black with #490CED

Text Example


Text Example

White with #490CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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