Html Css Color HEX #461CDF Han Purple

📋 copy color: '#461CDF'

red 70 ◦ green 28 ◦ blue 223

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

Shades of Han Purple #461CDF

Tints of Han Purple #461CDF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.72%

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

R = 21.81%
G = 8.72%
B = 69.47%

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

#461CDF (or 0x461CDF) is known color: Han Purple. HEX triplet: 46, 1C and DF. RGB value is (70,28,223). Sum of RGB (Red+Green+Blue) = 70+28+223=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #461CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461CDF is #B9E320. Grayscale: #3E3E3E. Windows color (decimal): -12182305 or 14621766. OLE color: 14621766.

HSL color Cylindrical-coordinate representation of color #461CDF: hue angle of 252.92º degrees, saturation: 0.78, 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 #461CDF is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 28 223 -
CMYK 0.69 0.87 0 0.13
HSL 252.92º 0.78% 0.49% -
HSV(B) 252.92º 0.87% 0.87% -
XYZ 16.26 7.46 70.4 -
YUV 62.79 218.41 133.14 -
System Red Green Blue C M Y K H S L
Decimal 70 28 223 0.69 0.87 0 0.13 252.92 0.78 0.49
Hex 46 1C DF 45 57 0 D FD 4E 31
Octal 106 34 337 105 127 0 15 375 116 61
Binary 1000110 11100 11011111 1000101 1010111 0 1101 11111101 1001110 110001

Color Harmonies of #461CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461CDF

Black with #461CDF

Text Example


Text Example

White with #461CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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