Html Css Color HEX #461AF6 Han Purple

📋 copy color: '#461AF6'

red 70 ◦ green 26 ◦ blue 246

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

Shades of Han Purple #461AF6

Tints of Han Purple #461AF6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.6%

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

R = 20.47%
G = 7.6%
B = 71.93%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#461AF6 (or 0x461AF6) is known color: Han Purple. HEX triplet: 46, 1A and F6. RGB value is (70,26,246). Sum of RGB (Red+Green+Blue) = 70+26+246=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 246 (96.48% from 255 or 71.93% from 342); Max value from RGB is 246 - color contains mainly: blue. Hex color #461AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461AF6 is #B9E509. Grayscale: #3F3F3F. Windows color (decimal): -12182794 or 16128582. OLE color: 16128582.

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

Color convert

RGB 70 26 246 -
CMYK 0.72 0.89 0 0.04
HSL 252º 0.92% 0.53% -
HSV(B) 252º 0.89% 0.96% -
XYZ 19.53 8.69 87.84 -
YUV 64.24 230.58 132.11 -
System Red Green Blue C M Y K H S L
Decimal 70 26 246 0.72 0.89 0 0.04 252 0.92 0.53
Hex 46 1A F6 48 59 0 4 FC 5C 35
Octal 106 32 366 110 131 0 4 374 134 65
Binary 1000110 11010 11110110 1001000 1011001 0 100 11111100 1011100 110101

Color Harmonies of #461AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461AF6

Black with #461AF6

Text Example


Text Example

White with #461AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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