Html Css Color HEX #461FFB Han Purple

📋 copy color: '#461FFB'

red 70 ◦ green 31 ◦ blue 251

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

Shades of Han Purple #461FFB

Tints of Han Purple #461FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 71.31%

R = 19.89%
G = 8.81%
B = 71.31%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#461FFB (or 0x461FFB) is known color: Han Purple. HEX triplet: 46, 1F and FB. RGB value is (70,31,251). Sum of RGB (Red+Green+Blue) = 70+31+251=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #461FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461FFB is #B9E004. Grayscale: #424242. Windows color (decimal): -12181509 or 16457542. OLE color: 16457542.

HSL color Cylindrical-coordinate representation of color #461FFB: hue angle of 250.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461FFB is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 31 251 -
CMYK 0.72 0.88 0 0.02
HSL 250.64º 0.96% 0.55% -
HSV(B) 250.64º 0.88% 0.98% -
XYZ 20.43 9.25 91.97 -
YUV 67.74 231.42 129.61 -
System Red Green Blue C M Y K H S L
Decimal 70 31 251 0.72 0.88 0 0.02 250.64 0.96 0.55
Hex 46 1F FB 48 58 0 2 FB 60 37
Octal 106 37 373 110 130 0 2 373 140 67
Binary 1000110 11111 11111011 1001000 1011000 0 10 11111011 1100000 110111

Color Harmonies of #461FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461FFB

Black with #461FFB

Text Example


Text Example

White with #461FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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