Html Css Color HEX #461FEE Han Purple

📋 copy color: '#461FEE'

red 70 ◦ green 31 ◦ blue 238

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

Shades of Han Purple #461FEE

Tints of Han Purple #461FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 70.21%

R = 20.65%
G = 9.14%
B = 70.21%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#461FEE (or 0x461FEE) is known color: Han Purple. HEX triplet: 46, 1F and EE. RGB value is (70,31,238). Sum of RGB (Red+Green+Blue) = 70+31+238=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #461FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461FEE is #B9E011. Grayscale: #414141. Windows color (decimal): -12181522 or 15605574. OLE color: 15605574.

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

Color convert

RGB 70 31 238 -
CMYK 0.71 0.87 0 0.07
HSL 251.3º 0.86% 0.53% -
HSV(B) 251.3º 0.87% 0.93% -
XYZ 18.45 8.46 81.55 -
YUV 66.26 224.92 130.67 -
System Red Green Blue C M Y K H S L
Decimal 70 31 238 0.71 0.87 0 0.07 251.3 0.86 0.53
Hex 46 1F EE 47 57 0 7 FB 56 35
Octal 106 37 356 107 127 0 7 373 126 65
Binary 1000110 11111 11101110 1000111 1010111 0 111 11111011 1010110 110101

Color Harmonies of #461FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461FEE

Black with #461FEE

Text Example


Text Example

White with #461FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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