Html Css Color HEX #460FF0 Han Purple

📋 copy color: '#460FF0'

red 70 ◦ green 15 ◦ blue 240

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

Shades of Han Purple #460FF0

Tints of Han Purple #460FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 73.85%

R = 21.54%
G = 4.62%
B = 73.85%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#460FF0 (or 0x460FF0) is known color: Han Purple. HEX triplet: 46, 0F and F0. RGB value is (70,15,240). Sum of RGB (Red+Green+Blue) = 70+15+240=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 240 (94.14% from 255 or 73.85% from 325); Max value from RGB is 240 - color contains mainly: blue. Hex color #460FF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460FF0 is #B9F00F. Grayscale: #383838. Windows color (decimal): -12185616 or 15732550. OLE color: 15732550.

HSL color Cylindrical-coordinate representation of color #460FF0: hue angle of 254.67º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460FF0 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 70 15 240 -
CMYK 0.71 0.94 0 0.06
HSL 254.67º 0.88% 0.5% -
HSV(B) 254.67º 0.94% 0.94% -
XYZ 18.42 7.94 83 -
YUV 57.1 231.22 137.2 -
System Red Green Blue C M Y K H S L
Decimal 70 15 240 0.71 0.94 0 0.06 254.67 0.88 0.5
Hex 46 F F0 47 5E 0 6 FF 58 32
Octal 106 17 360 107 136 0 6 377 130 62
Binary 1000110 1111 11110000 1000111 1011110 0 110 11111111 1011000 110010

Color Harmonies of #460FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460FF0

Black with #460FF0

Text Example


Text Example

White with #460FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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