Html Css Color HEX #461DDF Han Purple

📋 copy color: '#461DDF'

red 70 ◦ green 29 ◦ blue 223

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

Shades of Han Purple #461DDF

Tints of Han Purple #461DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.01%

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

R = 21.74%
G = 9.01%
B = 69.25%

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

#461DDF (or 0x461DDF) is known color: Han Purple. HEX triplet: 46, 1D and DF. RGB value is (70,29,223). Sum of RGB (Red+Green+Blue) = 70+29+223=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #461DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461DDF is #B9E220. Grayscale: #3E3E3E. Windows color (decimal): -12182049 or 14622022. OLE color: 14622022.

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

Color convert

RGB 70 29 223 -
CMYK 0.69 0.87 0 0.13
HSL 252.68º 0.77% 0.49% -
HSV(B) 252.68º 0.87% 0.87% -
XYZ 16.28 7.51 70.4 -
YUV 63.38 218.08 132.73 -
System Red Green Blue C M Y K H S L
Decimal 70 29 223 0.69 0.87 0 0.13 252.68 0.77 0.49
Hex 46 1D DF 45 57 0 D FD 4D 31
Octal 106 35 337 105 127 0 15 375 115 61
Binary 1000110 11101 11011111 1000101 1010111 0 1101 11111101 1001101 110001

Color Harmonies of #461DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461DDF

Black with #461DDF

Text Example


Text Example

White with #461DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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