Html Css Color HEX #412CDF Han Purple

📋 copy color: '#412CDF'

red 65 ◦ green 44 ◦ blue 223

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

Shades of Han Purple #412CDF

Tints of Han Purple #412CDF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.25%

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

R = 19.58%
G = 13.25%
B = 67.17%

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

#412CDF (or 0x412CDF) is known color: Han Purple. HEX triplet: 41, 2C and DF. RGB value is (65,44,223). Sum of RGB (Red+Green+Blue) = 65+44+223=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #412CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412CDF is #BED320. Grayscale: #454545. Windows color (decimal): -12505889 or 14625857. OLE color: 14625857.

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

Color convert

RGB 65 44 223 -
CMYK 0.71 0.80 0 0.13
HSL 247.04º 0.74% 0.52% -
HSV(B) 247.04º 0.8% 0.87% -
XYZ 16.4 8.25 70.54 -
YUV 70.69 213.96 123.95 -
System Red Green Blue C M Y K H S L
Decimal 65 44 223 0.71 0.80 0 0.13 247.04 0.74 0.52
Hex 41 2C DF 47 50 0 D F7 4A 34
Octal 101 54 337 107 120 0 15 367 112 64
Binary 1000001 101100 11011111 1000111 1010000 0 1101 11110111 1001010 110100

Color Harmonies of #412CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412CDF

Black with #412CDF

Text Example


Text Example

White with #412CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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