Html Css Color HEX #412FDF Han Purple

📋 copy color: '#412FDF'

red 65 ◦ green 47 ◦ blue 223

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

Shades of Han Purple #412FDF

Tints of Han Purple #412FDF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.03%

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

R = 19.4%
G = 14.03%
B = 66.57%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#412FDF (or 0x412FDF) is known color: Han Purple. HEX triplet: 41, 2F and DF. RGB value is (65,47,223). Sum of RGB (Red+Green+Blue) = 65+47+223=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #412FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412FDF is #BED020. Grayscale: #474747. Windows color (decimal): -12505121 or 14626625. OLE color: 14626625.

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

Color convert

RGB 65 47 223 -
CMYK 0.71 0.79 0 0.13
HSL 246.14º 0.73% 0.53% -
HSV(B) 246.14º 0.79% 0.87% -
XYZ 16.52 8.48 70.58 -
YUV 72.45 212.96 122.69 -
System Red Green Blue C M Y K H S L
Decimal 65 47 223 0.71 0.79 0 0.13 246.14 0.73 0.53
Hex 41 2F DF 47 4F 0 D F6 49 35
Octal 101 57 337 107 117 0 15 366 111 65
Binary 1000001 101111 11011111 1000111 1001111 0 1101 11110110 1001001 110101

Color Harmonies of #412FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412FDF

Black with #412FDF

Text Example


Text Example

White with #412FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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