Html Css Color HEX #460AE1 Han Purple

📋 copy color: '#460AE1'

red 70 ◦ green 10 ◦ blue 225

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

Shades of Han Purple #460AE1

Tints of Han Purple #460AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 73.77%

R = 22.95%
G = 3.28%
B = 73.77%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#460AE1 (or 0x460AE1) is known color: Han Purple. HEX triplet: 46, 0A and E1. RGB value is (70,10,225). Sum of RGB (Red+Green+Blue) = 70+10+225=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 225 (88.28% from 255 or 73.77% from 305); Max value from RGB is 225 - color contains mainly: blue. Hex color #460AE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460AE1 is #B9F51E. Grayscale: #333333. Windows color (decimal): -12186911 or 14748230. OLE color: 14748230.

HSL color Cylindrical-coordinate representation of color #460AE1: hue angle of 256.74º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460AE1 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 70 10 225 -
CMYK 0.69 0.96 0 0.12
HSL 256.74º 0.91% 0.46% -
HSV(B) 256.74º 0.96% 0.88% -
XYZ 16.22 6.96 71.72 -
YUV 52.45 225.38 140.52 -
System Red Green Blue C M Y K H S L
Decimal 70 10 225 0.69 0.96 0 0.12 256.74 0.91 0.46
Hex 46 A E1 45 60 0 C 101 5B 2E
Octal 106 12 341 105 140 0 14 401 133 56
Binary 1000110 1010 11100001 1000101 1100000 0 1100 100000001 1011011 101110

Color Harmonies of #460AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460AE1

Black with #460AE1

Text Example


Text Example

White with #460AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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