Html Css Color HEX #461EDF Han Purple

📋 copy color: '#461EDF'

red 70 ◦ green 30 ◦ blue 223

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

Shades of Han Purple #461EDF

Tints of Han Purple #461EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.04%

R = 21.67%
G = 9.29%
B = 69.04%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#461EDF (or 0x461EDF) is known color: Han Purple. HEX triplet: 46, 1E and DF. RGB value is (70,30,223). Sum of RGB (Red+Green+Blue) = 70+30+223=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #461EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461EDF is #B9E120. Grayscale: #3F3F3F. Windows color (decimal): -12181793 or 14622278. OLE color: 14622278.

HSL color Cylindrical-coordinate representation of color #461EDF: hue angle of 252.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461EDF is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 30 223 -
CMYK 0.69 0.87 0 0.13
HSL 252.44º 0.76% 0.5% -
HSV(B) 252.44º 0.87% 0.87% -
XYZ 16.31 7.56 70.41 -
YUV 63.96 217.75 132.31 -
System Red Green Blue C M Y K H S L
Decimal 70 30 223 0.69 0.87 0 0.13 252.44 0.76 0.5
Hex 46 1E DF 45 57 0 D FC 4C 32
Octal 106 36 337 105 127 0 15 374 114 62
Binary 1000110 11110 11011111 1000101 1010111 0 1101 11111100 1001100 110010

Color Harmonies of #461EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461EDF

Black with #461EDF

Text Example


Text Example

White with #461EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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