Html Css Color HEX #460CD1 Han Purple

📋 copy color: '#460CD1'

red 70 ◦ green 12 ◦ blue 209

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

Shades of Han Purple #460CD1

Tints of Han Purple #460CD1

RGB

 RED value IS 70 (27.73% from 255) = 24.05%

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

 BLUE value IS 209 (82.03% from 255) = 71.82%

R = 24.05%
G = 4.12%
B = 71.82%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#460CD1 (or 0x460CD1) is known color: Han Purple. HEX triplet: 46, 0C and D1. RGB value is (70,12,209). Sum of RGB (Red+Green+Blue) = 70+12+209=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 209 (82.03% from 255 or 71.82% from 291); Max value from RGB is 209 - color contains mainly: blue. Hex color #460CD1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CD1 is #B9F32E. Grayscale: #333333. Windows color (decimal): -12186415 or 13700166. OLE color: 13700166.

HSL color Cylindrical-coordinate representation of color #460CD1: hue angle of 257.66º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460CD1 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 70 12 209 -
CMYK 0.67 0.94 0 0.18
HSL 257.67º 0.89% 0.43% -
HSV(B) 257.67º 0.94% 0.82% -
XYZ 14.17 6.17 60.77 -
YUV 51.8 216.72 140.98 -
System Red Green Blue C M Y K H S L
Decimal 70 12 209 0.67 0.94 0 0.18 257.67 0.89 0.43
Hex 46 C D1 43 5E 0 12 102 59 2B
Octal 106 14 321 103 136 0 22 402 131 53
Binary 1000110 1100 11010001 1000011 1011110 0 10010 100000010 1011001 101011

Color Harmonies of #460CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460CD1

Black with #460CD1

Text Example


Text Example

White with #460CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460CD1; }

 p { color: rgb(70,12,209); }

 H1.HeaderClassName
 {
   color: #460CD1;
 }
 .AnyTagClassName
 {
   color: #460CD1;
 }
</style>

background-color css

<style>
 a { background-color: #460CD1; }

 a { background-color: rgb(70,12,209); }

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

border-color css

<style>
 span { border-color: #460CD1; }

 span { border-color: rgb(70,12,209); }

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