Html Css Color HEX #411BDC Han Purple

📋 copy color: '#411BDC'

red 65 ◦ green 27 ◦ blue 220

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

Shades of Han Purple #411BDC

Tints of Han Purple #411BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.51%

R = 20.83%
G = 8.65%
B = 70.51%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#411BDC (or 0x411BDC) is known color: Han Purple. HEX triplet: 41, 1B and DC. RGB value is (65,27,220). Sum of RGB (Red+Green+Blue) = 65+27+220=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #411BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411BDC is #BEE423. Grayscale: #3B3B3B. Windows color (decimal): -12510244 or 14424897. OLE color: 14424897.

HSL color Cylindrical-coordinate representation of color #411BDC: hue angle of 251.81º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411BDC is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 27 220 -
CMYK 0.70 0.88 0 0.14
HSL 251.81º 0.78% 0.48% -
HSV(B) 251.81º 0.88% 0.86% -
XYZ 15.49 7.07 68.26 -
YUV 60.36 218.09 131.31 -
System Red Green Blue C M Y K H S L
Decimal 65 27 220 0.70 0.88 0 0.14 251.81 0.78 0.48
Hex 41 1B DC 46 58 0 E FC 4E 30
Octal 101 33 334 106 130 0 16 374 116 60
Binary 1000001 11011 11011100 1000110 1011000 0 1110 11111100 1001110 110000

Color Harmonies of #411BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411BDC

Black with #411BDC

Text Example


Text Example

White with #411BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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