Html Css Color HEX #412CDE Han Purple

📋 copy color: '#412CDE'

red 65 ◦ green 44 ◦ blue 222

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

Shades of Han Purple #412CDE

Tints of Han Purple #412CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 67.07%

R = 19.64%
G = 13.29%
B = 67.07%

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

#412CDE (or 0x412CDE) is known color: Han Purple. HEX triplet: 41, 2C and DE. RGB value is (65,44,222). Sum of RGB (Red+Green+Blue) = 65+44+222=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #412CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412CDE is #BED321. Grayscale: #454545. Windows color (decimal): -12505890 or 14560321. OLE color: 14560321.

HSL color Cylindrical-coordinate representation of color #412CDE: hue angle of 247.08º degrees, saturation: 0.73, 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 #412CDE is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 44 222 -
CMYK 0.71 0.80 0 0.13
HSL 247.08º 0.73% 0.52% -
HSV(B) 247.08º 0.8% 0.87% -
XYZ 16.27 8.2 69.83 -
YUV 70.57 213.46 124.03 -
System Red Green Blue C M Y K H S L
Decimal 65 44 222 0.71 0.80 0 0.13 247.08 0.73 0.52
Hex 41 2C DE 47 50 0 D F7 49 34
Octal 101 54 336 107 120 0 15 367 111 64
Binary 1000001 101100 11011110 1000111 1010000 0 1101 11110111 1001001 110100

Color Harmonies of #412CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412CDE

Black with #412CDE

Text Example


Text Example

White with #412CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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