Html Css Color HEX #411CDF Han Purple

📋 copy color: '#411CDF'

red 65 ◦ green 28 ◦ blue 223

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

Shades of Han Purple #411CDF

Tints of Han Purple #411CDF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.86%

 BLUE value IS 223 (87.5% from 255) = 70.57%

R = 20.57%
G = 8.86%
B = 70.57%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#411CDF (or 0x411CDF) is known color: Han Purple. HEX triplet: 41, 1C and DF. RGB value is (65,28,223). Sum of RGB (Red+Green+Blue) = 65+28+223=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #411CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411CDF is #BEE320. Grayscale: #3C3C3C. Windows color (decimal): -12509985 or 14621761. OLE color: 14621761.

HSL color Cylindrical-coordinate representation of color #411CDF: hue angle of 251.38º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411CDF is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 28 223 -
CMYK 0.71 0.87 0 0.13
HSL 251.38º 0.78% 0.49% -
HSV(B) 251.38º 0.87% 0.87% -
XYZ 15.91 7.28 70.38 -
YUV 61.29 219.26 130.64 -
System Red Green Blue C M Y K H S L
Decimal 65 28 223 0.71 0.87 0 0.13 251.38 0.78 0.49
Hex 41 1C DF 47 57 0 D FB 4E 31
Octal 101 34 337 107 127 0 15 373 116 61
Binary 1000001 11100 11011111 1000111 1010111 0 1101 11111011 1001110 110001

Color Harmonies of #411CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411CDF

Black with #411CDF

Text Example


Text Example

White with #411CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,28,223); }

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

background-color css

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

 a { background-color: rgb(65,28,223); }

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

border-color css

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

 span { border-color: rgb(65,28,223); }

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