Html Css Color HEX #461AF5 Han Purple

📋 copy color: '#461AF5'

red 70 ◦ green 26 ◦ blue 245

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

Shades of Han Purple #461AF5

Tints of Han Purple #461AF5

RGB

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

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

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

R = 20.53%
G = 7.62%
B = 71.85%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#461AF5 (or 0x461AF5) is known color: Han Purple. HEX triplet: 46, 1A and F5. RGB value is (70,26,245). Sum of RGB (Red+Green+Blue) = 70+26+245=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 245 (96.09% from 255 or 71.85% from 341); Max value from RGB is 245 - color contains mainly: blue. Hex color #461AF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461AF5 is #B9E50A. Grayscale: #3F3F3F. Windows color (decimal): -12182795 or 16063046. OLE color: 16063046.

HSL color Cylindrical-coordinate representation of color #461AF5: hue angle of 252.05º 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 #461AF5 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 70 26 245 -
CMYK 0.71 0.89 0 0.04
HSL 252.05º 0.92% 0.53% -
HSV(B) 252.05º 0.89% 0.96% -
XYZ 19.38 8.63 87.03 -
YUV 64.12 230.08 132.19 -
System Red Green Blue C M Y K H S L
Decimal 70 26 245 0.71 0.89 0 0.04 252.05 0.92 0.53
Hex 46 1A F5 47 59 0 4 FC 5C 35
Octal 106 32 365 107 131 0 4 374 134 65
Binary 1000110 11010 11110101 1000111 1011001 0 100 11111100 1011100 110101

Color Harmonies of #461AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461AF5

Black with #461AF5

Text Example


Text Example

White with #461AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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