Html Css Color HEX #461EFA Han Purple

📋 copy color: '#461EFA'

red 70 ◦ green 30 ◦ blue 250

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

Shades of Han Purple #461EFA

Tints of Han Purple #461EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.57%

 BLUE value IS 250 (98.05% from 255) = 71.43%

R = 20%
G = 8.57%
B = 71.43%

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

#461EFA (or 0x461EFA) is known color: Han Purple. HEX triplet: 46, 1E and FA. RGB value is (70,30,250). Sum of RGB (Red+Green+Blue) = 70+30+250=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #461EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461EFA is #B9E105. Grayscale: #424242. Windows color (decimal): -12181766 or 16391750. OLE color: 16391750.

HSL color Cylindrical-coordinate representation of color #461EFA: hue angle of 250.91º 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 #461EFA is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 30 250 -
CMYK 0.72 0.88 0 0.02
HSL 250.91º 0.96% 0.55% -
HSV(B) 250.91º 0.88% 0.98% -
XYZ 20.25 9.13 91.14 -
YUV 67.04 231.25 130.11 -
System Red Green Blue C M Y K H S L
Decimal 70 30 250 0.72 0.88 0 0.02 250.91 0.96 0.55
Hex 46 1E FA 48 58 0 2 FB 60 37
Octal 106 36 372 110 130 0 2 373 140 67
Binary 1000110 11110 11111010 1001000 1011000 0 10 11111011 1100000 110111

Color Harmonies of #461EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461EFA

Black with #461EFA

Text Example


Text Example

White with #461EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,30,250); }

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

background-color css

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

 a { background-color: rgb(70,30,250); }

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

border-color css

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

 span { border-color: rgb(70,30,250); }

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