Html Css Color HEX #462FF5 Han Purple

📋 copy color: '#462FF5'

red 70 ◦ green 47 ◦ blue 245

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

Shades of Han Purple #462FF5

Tints of Han Purple #462FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 67.68%

R = 19.34%
G = 12.98%
B = 67.68%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#462FF5 (or 0x462FF5) is known color: Han Purple. HEX triplet: 46, 2F and F5. RGB value is (70,47,245). Sum of RGB (Red+Green+Blue) = 70+47+245=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 245 (96.09% from 255 or 67.68% from 362); Max value from RGB is 245 - color contains mainly: blue. Hex color #462FF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462FF5 is #B9D00A. Grayscale: #4B4B4B. Windows color (decimal): -12177419 or 16068422. OLE color: 16068422.

HSL color Cylindrical-coordinate representation of color #462FF5: hue angle of 246.97º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #462FF5 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 70 47 245 -
CMYK 0.71 0.81 0 0.04
HSL 246.97º 0.91% 0.57% -
HSV(B) 246.97º 0.81% 0.96% -
XYZ 20.02 9.93 87.25 -
YUV 76.45 223.12 123.4 -
System Red Green Blue C M Y K H S L
Decimal 70 47 245 0.71 0.81 0 0.04 246.97 0.91 0.57
Hex 46 2F F5 47 51 0 4 F7 5B 39
Octal 106 57 365 107 121 0 4 367 133 71
Binary 1000110 101111 11110101 1000111 1010001 0 100 11110111 1011011 111001

Color Harmonies of #462FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462FF5

Black with #462FF5

Text Example


Text Example

White with #462FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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