Html Css Color HEX #462FF0 Han Purple

📋 copy color: '#462FF0'

red 70 ◦ green 47 ◦ blue 240

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

Shades of Han Purple #462FF0

Tints of Han Purple #462FF0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.17%

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

R = 19.61%
G = 13.17%
B = 67.23%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#462FF0 (or 0x462FF0) is known color: Han Purple. HEX triplet: 46, 2F and F0. RGB value is (70,47,240). Sum of RGB (Red+Green+Blue) = 70+47+240=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 240 (94.14% from 255 or 67.23% from 357); Max value from RGB is 240 - color contains mainly: blue. Hex color #462FF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462FF0 is #B9D00F. Grayscale: #4B4B4B. Windows color (decimal): -12177424 or 15740742. OLE color: 15740742.

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

Color convert

RGB 70 47 240 -
CMYK 0.71 0.80 0 0.06
HSL 247.15º 0.87% 0.56% -
HSV(B) 247.15º 0.8% 0.94% -
XYZ 19.27 9.63 83.28 -
YUV 75.88 220.62 123.81 -
System Red Green Blue C M Y K H S L
Decimal 70 47 240 0.71 0.80 0 0.06 247.15 0.87 0.56
Hex 46 2F F0 47 50 0 6 F7 57 38
Octal 106 57 360 107 120 0 6 367 127 70
Binary 1000110 101111 11110000 1000111 1010000 0 110 11110111 1010111 111000

Color Harmonies of #462FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462FF0

Black with #462FF0

Text Example


Text Example

White with #462FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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