Html Css Color HEX #461DF7 Han Purple

📋 copy color: '#461DF7'

red 70 ◦ green 29 ◦ blue 247

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

Shades of Han Purple #461DF7

Tints of Han Purple #461DF7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.38%

 BLUE value IS 247 (96.88% from 255) = 71.39%

R = 20.23%
G = 8.38%
B = 71.39%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#461DF7 (or 0x461DF7) is known color: Han Purple. HEX triplet: 46, 1D and F7. RGB value is (70,29,247). Sum of RGB (Red+Green+Blue) = 70+29+247=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 247 (96.88% from 255 or 71.39% from 346); Max value from RGB is 247 - color contains mainly: blue. Hex color #461DF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461DF7 is #B9E208. Grayscale: #414141. Windows color (decimal): -12182025 or 16194886. OLE color: 16194886.

HSL color Cylindrical-coordinate representation of color #461DF7: hue angle of 251.28º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461DF7 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 70 29 247 -
CMYK 0.72 0.88 0 0.03
HSL 251.28º 0.93% 0.54% -
HSV(B) 251.28º 0.88% 0.97% -
XYZ 19.75 8.9 88.67 -
YUV 66.11 230.08 130.77 -
System Red Green Blue C M Y K H S L
Decimal 70 29 247 0.72 0.88 0 0.03 251.28 0.93 0.54
Hex 46 1D F7 48 58 0 3 FB 5D 36
Octal 106 35 367 110 130 0 3 373 135 66
Binary 1000110 11101 11110111 1001000 1011000 0 11 11111011 1011101 110110

Color Harmonies of #461DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461DF7

Black with #461DF7

Text Example


Text Example

White with #461DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461DF7; }

 p { color: rgb(70,29,247); }

 H1.HeaderClassName
 {
   color: #461DF7;
 }
 .AnyTagClassName
 {
   color: #461DF7;
 }
</style>

background-color css

<style>
 a { background-color: #461DF7; }

 a { background-color: rgb(70,29,247); }

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

border-color css

<style>
 span { border-color: #461DF7; }

 span { border-color: rgb(70,29,247); }

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