Html Css Color HEX #461FF0 Han Purple

📋 copy color: '#461FF0'

red 70 ◦ green 31 ◦ blue 240

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

Shades of Han Purple #461FF0

Tints of Han Purple #461FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 70.38%

R = 20.53%
G = 9.09%
B = 70.38%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#461FF0 (or 0x461FF0) is known color: Han Purple. HEX triplet: 46, 1F and F0. RGB value is (70,31,240). Sum of RGB (Red+Green+Blue) = 70+31+240=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 240 (94.14% from 255 or 70.38% from 341); Max value from RGB is 240 - color contains mainly: blue. Hex color #461FF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461FF0 is #B9E00F. Grayscale: #414141. Windows color (decimal): -12181520 or 15736646. OLE color: 15736646.

HSL color Cylindrical-coordinate representation of color #461FF0: hue angle of 251.2º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461FF0 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 70 31 240 -
CMYK 0.71 0.87 0 0.06
HSL 251.2º 0.87% 0.53% -
HSV(B) 251.2º 0.87% 0.94% -
XYZ 18.74 8.57 83.1 -
YUV 66.49 225.92 130.51 -
System Red Green Blue C M Y K H S L
Decimal 70 31 240 0.71 0.87 0 0.06 251.2 0.87 0.53
Hex 46 1F F0 47 57 0 6 FB 57 35
Octal 106 37 360 107 127 0 6 373 127 65
Binary 1000110 11111 11110000 1000111 1010111 0 110 11111011 1010111 110101

Color Harmonies of #461FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461FF0

Black with #461FF0

Text Example


Text Example

White with #461FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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