Html Css Color HEX #461AD3 Han Purple

📋 copy color: '#461AD3'

red 70 ◦ green 26 ◦ blue 211

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

Shades of Han Purple #461AD3

Tints of Han Purple #461AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 68.73%

R = 22.8%
G = 8.47%
B = 68.73%

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

#461AD3 (or 0x461AD3) is known color: Han Purple. HEX triplet: 46, 1A and D3. RGB value is (70,26,211). Sum of RGB (Red+Green+Blue) = 70+26+211=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 211 (82.81% from 255 or 68.73% from 307); Max value from RGB is 211 - color contains mainly: blue. Hex color #461AD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461AD3 is #B9E52C. Grayscale: #3B3B3B. Windows color (decimal): -12182829 or 13834822. OLE color: 13834822.

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

Color convert

RGB 70 26 211 -
CMYK 0.67 0.88 0 0.17
HSL 254.27º 0.78% 0.46% -
HSV(B) 254.27º 0.88% 0.83% -
XYZ 14.65 6.74 62.16 -
YUV 60.25 213.08 134.96 -
System Red Green Blue C M Y K H S L
Decimal 70 26 211 0.67 0.88 0 0.17 254.27 0.78 0.46
Hex 46 1A D3 43 58 0 11 FE 4E 2E
Octal 106 32 323 103 130 0 21 376 116 56
Binary 1000110 11010 11010011 1000011 1011000 0 10001 11111110 1001110 101110

Color Harmonies of #461AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461AD3

Black with #461AD3

Text Example


Text Example

White with #461AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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