Html Css Color HEX #461AF3 Han Purple

📋 copy color: '#461AF3'

red 70 ◦ green 26 ◦ blue 243

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

Shades of Han Purple #461AF3

Tints of Han Purple #461AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 71.68%

R = 20.65%
G = 7.67%
B = 71.68%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#461AF3 (or 0x461AF3) is known color: Han Purple. HEX triplet: 46, 1A and F3. RGB value is (70,26,243). Sum of RGB (Red+Green+Blue) = 70+26+243=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 243 (95.31% from 255 or 71.68% from 339); Max value from RGB is 243 - color contains mainly: blue. Hex color #461AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461AF3 is #B9E50C. Grayscale: #3F3F3F. Windows color (decimal): -12182797 or 15931974. OLE color: 15931974.

HSL color Cylindrical-coordinate representation of color #461AF3: hue angle of 252.17º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461AF3 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 70 26 243 -
CMYK 0.71 0.89 0 0.05
HSL 252.17º 0.9% 0.53% -
HSV(B) 252.17º 0.89% 0.95% -
XYZ 19.07 8.51 85.43 -
YUV 63.89 229.08 132.36 -
System Red Green Blue C M Y K H S L
Decimal 70 26 243 0.71 0.89 0 0.05 252.17 0.9 0.53
Hex 46 1A F3 47 59 0 5 FC 5A 35
Octal 106 32 363 107 131 0 5 374 132 65
Binary 1000110 11010 11110011 1000111 1011001 0 101 11111100 1011010 110101

Color Harmonies of #461AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461AF3

Black with #461AF3

Text Example


Text Example

White with #461AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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