Html Css Color HEX #460AD5 Han Purple

📋 copy color: '#460AD5'

red 70 ◦ green 10 ◦ blue 213

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

Shades of Han Purple #460AD5

Tints of Han Purple #460AD5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.41%

 BLUE value IS 213 (83.59% from 255) = 72.7%

R = 23.89%
G = 3.41%
B = 72.7%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#460AD5 (or 0x460AD5) is known color: Han Purple. HEX triplet: 46, 0A and D5. RGB value is (70,10,213). Sum of RGB (Red+Green+Blue) = 70+10+213=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 213 (83.59% from 255 or 72.70% from 293); Max value from RGB is 213 - color contains mainly: blue. Hex color #460AD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460AD5 is #B9F52A. Grayscale: #323232. Windows color (decimal): -12186923 or 13961798. OLE color: 13961798.

HSL color Cylindrical-coordinate representation of color #460AD5: hue angle of 257.73º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460AD5 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 10 213 -
CMYK 0.67 0.95 0 0.16
HSL 257.73º 0.91% 0.44% -
HSV(B) 257.73º 0.95% 0.84% -
XYZ 14.64 6.32 63.4 -
YUV 51.08 219.38 141.49 -
System Red Green Blue C M Y K H S L
Decimal 70 10 213 0.67 0.95 0 0.16 257.73 0.91 0.44
Hex 46 A D5 43 5F 0 10 102 5B 2C
Octal 106 12 325 103 137 0 20 402 133 54
Binary 1000110 1010 11010101 1000011 1011111 0 10000 100000010 1011011 101100

Color Harmonies of #460AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460AD5

Black with #460AD5

Text Example


Text Example

White with #460AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,10,213); }

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

background-color css

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

 a { background-color: rgb(70,10,213); }

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

border-color css

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

 span { border-color: rgb(70,10,213); }

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