Html Css Color HEX #490CFC Han Purple

📋 copy color: '#490CFC'

red 73 ◦ green 12 ◦ blue 252

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

Shades of Han Purple #490CFC

Tints of Han Purple #490CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 74.78%

R = 21.66%
G = 3.56%
B = 74.78%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#490CFC (or 0x490CFC) is known color: Han Purple. HEX triplet: 49, 0C and FC. RGB value is (73,12,252). Sum of RGB (Red+Green+Blue) = 73+12+252=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 252 (98.83% from 255 or 74.78% from 337); Max value from RGB is 252 - color contains mainly: blue. Hex color #490CFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490CFC is #B6F303. Grayscale: #383838. Windows color (decimal): -11989764 or 16518217. OLE color: 16518217.

HSL color Cylindrical-coordinate representation of color #490CFC: hue angle of 255.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490CFC is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 12 252 -
CMYK 0.71 0.95 0 0.01
HSL 255.25º 0.98% 0.52% -
HSV(B) 255.25º 0.95% 0.99% -
XYZ 20.45 8.71 92.7 -
YUV 57.6 237.71 138.99 -
System Red Green Blue C M Y K H S L
Decimal 73 12 252 0.71 0.95 0 0.01 255.25 0.98 0.52
Hex 49 C FC 47 5F 0 1 FF 62 34
Octal 111 14 374 107 137 0 1 377 142 64
Binary 1001001 1100 11111100 1000111 1011111 0 1 11111111 1100010 110100

Color Harmonies of #490CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490CFC

Black with #490CFC

Text Example


Text Example

White with #490CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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