Html Css Color HEX #461AEC Han Purple

📋 copy color: '#461AEC'

red 70 ◦ green 26 ◦ blue 236

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

Shades of Han Purple #461AEC

Tints of Han Purple #461AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 71.08%

R = 21.08%
G = 7.83%
B = 71.08%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#461AEC (or 0x461AEC) is known color: Han Purple. HEX triplet: 46, 1A and EC. RGB value is (70,26,236). Sum of RGB (Red+Green+Blue) = 70+26+236=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 236 (92.58% from 255 or 71.08% from 332); Max value from RGB is 236 - color contains mainly: blue. Hex color #461AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461AEC is #B9E513. Grayscale: #3E3E3E. Windows color (decimal): -12182804 or 15473222. OLE color: 15473222.

HSL color Cylindrical-coordinate representation of color #461AEC: hue angle of 252.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461AEC is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 26 236 -
CMYK 0.70 0.89 0 0.07
HSL 252.57º 0.85% 0.51% -
HSV(B) 252.57º 0.89% 0.93% -
XYZ 18.04 8.1 79.97 -
YUV 63.1 225.58 132.92 -
System Red Green Blue C M Y K H S L
Decimal 70 26 236 0.70 0.89 0 0.07 252.57 0.85 0.51
Hex 46 1A EC 46 59 0 7 FD 55 33
Octal 106 32 354 106 131 0 7 375 125 63
Binary 1000110 11010 11101100 1000110 1011001 0 111 11111101 1010101 110011

Color Harmonies of #461AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461AEC

Black with #461AEC

Text Example


Text Example

White with #461AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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