Html Css Color HEX #461ADD Han Purple

📋 copy color: '#461ADD'

red 70 ◦ green 26 ◦ blue 221

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

Shades of Han Purple #461ADD

Tints of Han Purple #461ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.72%

R = 22.08%
G = 8.2%
B = 69.72%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#461ADD (or 0x461ADD) is known color: Han Purple. HEX triplet: 46, 1A and DD. RGB value is (70,26,221). Sum of RGB (Red+Green+Blue) = 70+26+221=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #461ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461ADD is #B9E522. Grayscale: #3C3C3C. Windows color (decimal): -12182819 or 14490182. OLE color: 14490182.

HSL color Cylindrical-coordinate representation of color #461ADD: hue angle of 253.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461ADD is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 26 221 -
CMYK 0.68 0.88 0 0.13
HSL 253.54º 0.79% 0.48% -
HSV(B) 253.54º 0.88% 0.87% -
XYZ 15.95 7.26 68.97 -
YUV 61.39 218.08 134.14 -
System Red Green Blue C M Y K H S L
Decimal 70 26 221 0.68 0.88 0 0.13 253.54 0.79 0.48
Hex 46 1A DD 44 58 0 D FE 4F 30
Octal 106 32 335 104 130 0 15 376 117 60
Binary 1000110 11010 11011101 1000100 1011000 0 1101 11111110 1001111 110000

Color Harmonies of #461ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461ADD

Black with #461ADD

Text Example


Text Example

White with #461ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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