Html Css Color HEX #461AD5 Han Purple

📋 copy color: '#461AD5'

red 70 ◦ green 26 ◦ blue 213

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

Shades of Han Purple #461AD5

Tints of Han Purple #461AD5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.41%

 BLUE value IS 213 (83.59% from 255) = 68.93%

R = 22.65%
G = 8.41%
B = 68.93%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#461AD5 (or 0x461AD5) is known color: Han Purple. HEX triplet: 46, 1A and D5. RGB value is (70,26,213). Sum of RGB (Red+Green+Blue) = 70+26+213=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 213 (83.59% from 255 or 68.93% from 309); Max value from RGB is 213 - color contains mainly: blue. Hex color #461AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461AD5 is #B9E52A. Grayscale: #3B3B3B. Windows color (decimal): -12182827 or 13965894. OLE color: 13965894.

HSL color Cylindrical-coordinate representation of color #461AD5: hue angle of 254.12º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461AD5 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 26 213 -
CMYK 0.67 0.88 0 0.16
HSL 254.12º 0.78% 0.47% -
HSV(B) 254.12º 0.88% 0.84% -
XYZ 14.91 6.84 63.49 -
YUV 60.47 214.08 134.79 -
System Red Green Blue C M Y K H S L
Decimal 70 26 213 0.67 0.88 0 0.16 254.12 0.78 0.47
Hex 46 1A D5 43 58 0 10 FE 4E 2F
Octal 106 32 325 103 130 0 20 376 116 57
Binary 1000110 11010 11010101 1000011 1011000 0 10000 11111110 1001110 101111

Color Harmonies of #461AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461AD5

Black with #461AD5

Text Example


Text Example

White with #461AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,26,213); }

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

background-color css

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

 a { background-color: rgb(70,26,213); }

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

border-color css

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

 span { border-color: rgb(70,26,213); }

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