Html Css Color HEX #460DE3 Han Purple

📋 copy color: '#460DE3'

red 70 ◦ green 13 ◦ blue 227

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

Shades of Han Purple #460DE3

Tints of Han Purple #460DE3

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.19%

 BLUE value IS 227 (89.06% from 255) = 73.23%

R = 22.58%
G = 4.19%
B = 73.23%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#460DE3 (or 0x460DE3) is known color: Han Purple. HEX triplet: 46, 0D and E3. RGB value is (70,13,227). Sum of RGB (Red+Green+Blue) = 70+13+227=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 227 (89.06% from 255 or 73.23% from 310); Max value from RGB is 227 - color contains mainly: blue. Hex color #460DE3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460DE3 is #B9F21C. Grayscale: #353535. Windows color (decimal): -12186141 or 14880070. OLE color: 14880070.

HSL color Cylindrical-coordinate representation of color #460DE3: hue angle of 255.98º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460DE3 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 70 13 227 -
CMYK 0.69 0.94 0 0.11
HSL 255.98º 0.89% 0.47% -
HSV(B) 255.98º 0.94% 0.89% -
XYZ 16.53 7.14 73.18 -
YUV 54.44 225.38 139.1 -
System Red Green Blue C M Y K H S L
Decimal 70 13 227 0.69 0.94 0 0.11 255.98 0.89 0.47
Hex 46 D E3 45 5E 0 B 100 59 2F
Octal 106 15 343 105 136 0 13 400 131 57
Binary 1000110 1101 11100011 1000101 1011110 0 1011 100000000 1011001 101111

Color Harmonies of #460DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460DE3

Black with #460DE3

Text Example


Text Example

White with #460DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,13,227); }

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

background-color css

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

 a { background-color: rgb(70,13,227); }

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

border-color css

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

 span { border-color: rgb(70,13,227); }

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