Html Css Color HEX #411BD2 Han Purple

📋 copy color: '#411BD2'

red 65 ◦ green 27 ◦ blue 210

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

Shades of Han Purple #411BD2

Tints of Han Purple #411BD2

RGB

 RED value IS 65 (25.78% from 255) = 21.52%

 GREEN value IS 27 (10.94% from 255) = 8.94%

 BLUE value IS 210 (82.42% from 255) = 69.54%

R = 21.52%
G = 8.94%
B = 69.54%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#411BD2 (or 0x411BD2) is known color: Han Purple. HEX triplet: 41, 1B and D2. RGB value is (65,27,210). Sum of RGB (Red+Green+Blue) = 65+27+210=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 210 (82.42% from 255 or 69.54% from 302); Max value from RGB is 210 - color contains mainly: blue. Hex color #411BD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411BD2 is #BEE42D. Grayscale: #3A3A3A. Windows color (decimal): -12510254 or 13769537. OLE color: 13769537.

HSL color Cylindrical-coordinate representation of color #411BD2: hue angle of 252.46º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411BD2 is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 27 210 -
CMYK 0.69 0.87 0 0.18
HSL 252.46º 0.77% 0.46% -
HSV(B) 252.46º 0.87% 0.82% -
XYZ 14.2 6.56 61.49 -
YUV 59.22 213.09 132.12 -
System Red Green Blue C M Y K H S L
Decimal 65 27 210 0.69 0.87 0 0.18 252.46 0.77 0.46
Hex 41 1B D2 45 57 0 12 FC 4D 2E
Octal 101 33 322 105 127 0 22 374 115 56
Binary 1000001 11011 11010010 1000101 1010111 0 10010 11111100 1001101 101110

Color Harmonies of #411BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411BD2

Black with #411BD2

Text Example


Text Example

White with #411BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411BD2; }

 p { color: rgb(65,27,210); }

 H1.HeaderClassName
 {
   color: #411BD2;
 }
 .AnyTagClassName
 {
   color: #411BD2;
 }
</style>

background-color css

<style>
 a { background-color: #411BD2; }

 a { background-color: rgb(65,27,210); }

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

border-color css

<style>
 span { border-color: #411BD2; }

 span { border-color: rgb(65,27,210); }

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