Html Css Color HEX #461EF6 Han Purple

📋 copy color: '#461EF6'

red 70 ◦ green 30 ◦ blue 246

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

Shades of Han Purple #461EF6

Tints of Han Purple #461EF6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.67%

 BLUE value IS 246 (96.48% from 255) = 71.1%

R = 20.23%
G = 8.67%
B = 71.1%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#461EF6 (or 0x461EF6) is known color: Han Purple. HEX triplet: 46, 1E and F6. RGB value is (70,30,246). Sum of RGB (Red+Green+Blue) = 70+30+246=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 246 (96.48% from 255 or 71.10% from 346); Max value from RGB is 246 - color contains mainly: blue. Hex color #461EF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461EF6 is #B9E109. Grayscale: #414141. Windows color (decimal): -12181770 or 16129606. OLE color: 16129606.

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

Color convert

RGB 70 30 246 -
CMYK 0.72 0.88 0 0.04
HSL 251.11º 0.92% 0.54% -
HSV(B) 251.11º 0.88% 0.96% -
XYZ 19.62 8.88 87.87 -
YUV 66.58 229.25 130.44 -
System Red Green Blue C M Y K H S L
Decimal 70 30 246 0.72 0.88 0 0.04 251.11 0.92 0.54
Hex 46 1E F6 48 58 0 4 FB 5C 36
Octal 106 36 366 110 130 0 4 373 134 66
Binary 1000110 11110 11110110 1001000 1011000 0 100 11111011 1011100 110110

Color Harmonies of #461EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461EF6

Black with #461EF6

Text Example


Text Example

White with #461EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,30,246); }

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

background-color css

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

 a { background-color: rgb(70,30,246); }

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

border-color css

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

 span { border-color: rgb(70,30,246); }

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