Html Css Color HEX #461CF8 Han Purple

📋 copy color: '#461CF8'

red 70 ◦ green 28 ◦ blue 248

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

Shades of Han Purple #461CF8

Tints of Han Purple #461CF8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.09%

 BLUE value IS 248 (97.27% from 255) = 71.68%

R = 20.23%
G = 8.09%
B = 71.68%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#461CF8 (or 0x461CF8) is known color: Han Purple. HEX triplet: 46, 1C and F8. RGB value is (70,28,248). Sum of RGB (Red+Green+Blue) = 70+28+248=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 248 (97.27% from 255 or 71.68% from 346); Max value from RGB is 248 - color contains mainly: blue. Hex color #461CF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461CF8 is #B9E307. Grayscale: #404040. Windows color (decimal): -12182280 or 16260166. OLE color: 16260166.

HSL color Cylindrical-coordinate representation of color #461CF8: hue angle of 251.45º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461CF8 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 70 28 248 -
CMYK 0.72 0.89 0 0.03
HSL 251.45º 0.94% 0.54% -
HSV(B) 251.45º 0.89% 0.97% -
XYZ 19.88 8.91 89.48 -
YUV 65.64 230.91 131.11 -
System Red Green Blue C M Y K H S L
Decimal 70 28 248 0.72 0.89 0 0.03 251.45 0.94 0.54
Hex 46 1C F8 48 59 0 3 FB 5E 36
Octal 106 34 370 110 131 0 3 373 136 66
Binary 1000110 11100 11111000 1001000 1011001 0 11 11111011 1011110 110110

Color Harmonies of #461CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461CF8

Black with #461CF8

Text Example


Text Example

White with #461CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,28,248); }

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

background-color css

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

 a { background-color: rgb(70,28,248); }

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

border-color css

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

 span { border-color: rgb(70,28,248); }

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