Html Css Color HEX #412DDE Han Purple

📋 copy color: '#412DDE'

red 65 ◦ green 45 ◦ blue 222

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

Shades of Han Purple #412DDE

Tints of Han Purple #412DDE

RGB

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

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

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

R = 19.58%
G = 13.55%
B = 66.87%

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

#412DDE (or 0x412DDE) is known color: Han Purple. HEX triplet: 41, 2D and DE. RGB value is (65,45,222). Sum of RGB (Red+Green+Blue) = 65+45+222=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 222 (87.11% from 255 or 66.87% from 332); Max value from RGB is 222 - color contains mainly: blue. Hex color #412DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412DDE is #BED221. Grayscale: #464646. Windows color (decimal): -12505634 or 14560577. OLE color: 14560577.

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

Color convert

RGB 65 45 222 -
CMYK 0.71 0.80 0 0.13
HSL 246.78º 0.73% 0.52% -
HSV(B) 246.78º 0.8% 0.87% -
XYZ 16.3 8.27 69.85 -
YUV 71.16 213.13 123.61 -
System Red Green Blue C M Y K H S L
Decimal 65 45 222 0.71 0.80 0 0.13 246.78 0.73 0.52
Hex 41 2D DE 47 50 0 D F7 49 34
Octal 101 55 336 107 120 0 15 367 111 64
Binary 1000001 101101 11011110 1000111 1010000 0 1101 11110111 1001001 110100

Color Harmonies of #412DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412DDE

Black with #412DDE

Text Example


Text Example

White with #412DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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