Html Css Color HEX #461AD4 Han Purple

📋 copy color: '#461AD4'

red 70 ◦ green 26 ◦ blue 212

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

Shades of Han Purple #461AD4

Tints of Han Purple #461AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 68.83%

R = 22.73%
G = 8.44%
B = 68.83%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#461AD4 (or 0x461AD4) is known color: Han Purple. HEX triplet: 46, 1A and D4. RGB value is (70,26,212). Sum of RGB (Red+Green+Blue) = 70+26+212=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 212 (83.20% from 255 or 68.83% from 308); Max value from RGB is 212 - color contains mainly: blue. Hex color #461AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461AD4 is #B9E52B. Grayscale: #3B3B3B. Windows color (decimal): -12182828 or 13900358. OLE color: 13900358.

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

Color convert

RGB 70 26 212 -
CMYK 0.67 0.88 0 0.17
HSL 254.19º 0.78% 0.47% -
HSV(B) 254.19º 0.88% 0.83% -
XYZ 14.78 6.79 62.82 -
YUV 60.36 213.58 134.88 -
System Red Green Blue C M Y K H S L
Decimal 70 26 212 0.67 0.88 0 0.17 254.19 0.78 0.47
Hex 46 1A D4 43 58 0 11 FE 4E 2F
Octal 106 32 324 103 130 0 21 376 116 57
Binary 1000110 11010 11010100 1000011 1011000 0 10001 11111110 1001110 101111

Color Harmonies of #461AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461AD4

Black with #461AD4

Text Example


Text Example

White with #461AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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