Html Css Color HEX #461AFD Han Purple

📋 copy color: '#461AFD'

red 70 ◦ green 26 ◦ blue 253

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

Shades of Han Purple #461AFD

Tints of Han Purple #461AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 72.49%

R = 20.06%
G = 7.45%
B = 72.49%

CMYK

 C value IS 0.72

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#461AFD (or 0x461AFD) is known color: Han Purple. HEX triplet: 46, 1A and FD. RGB value is (70,26,253). Sum of RGB (Red+Green+Blue) = 70+26+253=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 253 (99.22% from 255 or 72.49% from 349); Max value from RGB is 253 - color contains mainly: blue. Hex color #461AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461AFD is #B9E502. Grayscale: #404040. Windows color (decimal): -12182787 or 16587334. OLE color: 16587334.

HSL color Cylindrical-coordinate representation of color #461AFD: hue angle of 251.63º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #461AFD is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 26 253 -
CMYK 0.72 0.90 0 0.01
HSL 251.63º 0.98% 0.55% -
HSV(B) 251.63º 0.9% 0.99% -
XYZ 20.62 9.13 93.6 -
YUV 65.03 234.08 131.54 -
System Red Green Blue C M Y K H S L
Decimal 70 26 253 0.72 0.90 0 0.01 251.63 0.98 0.55
Hex 46 1A FD 48 5A 0 1 FC 62 37
Octal 106 32 375 110 132 0 1 374 142 67
Binary 1000110 11010 11111101 1001000 1011010 0 1 11111100 1100010 110111

Color Harmonies of #461AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461AFD

Black with #461AFD

Text Example


Text Example

White with #461AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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