Html Css Color HEX #461FFF Han Purple

📋 copy color: '#461FFF'

red 70 ◦ green 31 ◦ blue 255

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

Shades of Han Purple #461FFF

Tints of Han Purple #461FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.71%

 BLUE value IS 255 (100% from 255) = 71.63%

R = 19.66%
G = 8.71%
B = 71.63%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#461FFF (or 0x461FFF) is known color: Han Purple. HEX triplet: 46, 1F and FF. RGB value is (70,31,255). Sum of RGB (Red+Green+Blue) = 70+31+255=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #461FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461FFF is #B9E000. Grayscale: #434343. Windows color (decimal): -12181505 or 16719686. OLE color: 16719686.

HSL color Cylindrical-coordinate representation of color #461FFF: hue angle of 250.45º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461FFF is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 31 255 -
CMYK 0.73 0.88 0 0
HSL 250.45º 1% 0.56% -
HSV(B) 250.45º 0.88% 1% -
XYZ 21.07 9.5 95.33 -
YUV 68.2 233.42 129.29 -
System Red Green Blue C M Y K H S L
Decimal 70 31 255 0.73 0.88 0 0 250.45 1 0.56
Hex 46 1F FF 49 58 0 0 FA 64 38
Octal 106 37 377 111 130 0 0 372 144 70
Binary 1000110 11111 11111111 1001001 1011000 0 0 11111010 1100100 111000

Color Harmonies of #461FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461FFF

Black with #461FFF

Text Example


Text Example

White with #461FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,31,255); }

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

background-color css

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

 a { background-color: rgb(70,31,255); }

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

border-color css

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

 span { border-color: rgb(70,31,255); }

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