Html Css Color HEX #412DDF Han Purple

📋 copy color: '#412DDF'

red 65 ◦ green 45 ◦ blue 223

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

Shades of Han Purple #412DDF

Tints of Han Purple #412DDF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.51%

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

R = 19.52%
G = 13.51%
B = 66.97%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#412DDF (or 0x412DDF) is known color: Han Purple. HEX triplet: 41, 2D and DF. RGB value is (65,45,223). Sum of RGB (Red+Green+Blue) = 65+45+223=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #412DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412DDF is #BED220. Grayscale: #464646. Windows color (decimal): -12505633 or 14626113. OLE color: 14626113.

HSL color Cylindrical-coordinate representation of color #412DDF: hue angle of 246.74º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #412DDF is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 45 223 -
CMYK 0.71 0.80 0 0.13
HSL 246.74º 0.74% 0.53% -
HSV(B) 246.74º 0.8% 0.87% -
XYZ 16.44 8.33 70.55 -
YUV 71.27 213.63 123.53 -
System Red Green Blue C M Y K H S L
Decimal 65 45 223 0.71 0.80 0 0.13 246.74 0.74 0.53
Hex 41 2D DF 47 50 0 D F7 4A 35
Octal 101 55 337 107 120 0 15 367 112 65
Binary 1000001 101101 11011111 1000111 1010000 0 1101 11110111 1001010 110101

Color Harmonies of #412DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412DDF

Black with #412DDF

Text Example


Text Example

White with #412DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412DDF; }

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

 H1.HeaderClassName
 {
   color: #412DDF;
 }
 .AnyTagClassName
 {
   color: #412DDF;
 }
</style>

background-color css

<style>
 a { background-color: #412DDF; }

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

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

border-color css

<style>
 span { border-color: #412DDF; }

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

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