Html Css Color HEX #460FDE Han Purple

📋 copy color: '#460FDE'

red 70 ◦ green 15 ◦ blue 222

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

Shades of Han Purple #460FDE

Tints of Han Purple #460FDE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.89%

 BLUE value IS 222 (87.11% from 255) = 72.31%

R = 22.8%
G = 4.89%
B = 72.31%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#460FDE (or 0x460FDE) is known color: Han Purple. HEX triplet: 46, 0F and DE. RGB value is (70,15,222). Sum of RGB (Red+Green+Blue) = 70+15+222=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 222 (87.11% from 255 or 72.31% from 307); Max value from RGB is 222 - color contains mainly: blue. Hex color #460FDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FDE is #B9F021. Grayscale: #363636. Windows color (decimal): -12185634 or 14552902. OLE color: 14552902.

HSL color Cylindrical-coordinate representation of color #460FDE: hue angle of 255.94º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460FDE is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 15 222 -
CMYK 0.68 0.93 0 0.13
HSL 255.94º 0.87% 0.46% -
HSV(B) 255.94º 0.93% 0.87% -
XYZ 15.88 6.92 69.61 -
YUV 55.04 222.22 138.67 -
System Red Green Blue C M Y K H S L
Decimal 70 15 222 0.68 0.93 0 0.13 255.94 0.87 0.46
Hex 46 F DE 44 5D 0 D 100 57 2E
Octal 106 17 336 104 135 0 15 400 127 56
Binary 1000110 1111 11011110 1000100 1011101 0 1101 100000000 1010111 101110

Color Harmonies of #460FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460FDE

Black with #460FDE

Text Example


Text Example

White with #460FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,15,222); }

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

background-color css

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

 a { background-color: rgb(70,15,222); }

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

border-color css

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

 span { border-color: rgb(70,15,222); }

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