Html Css Color HEX #412BD7 Han Purple

📋 copy color: '#412BD7'

red 65 ◦ green 43 ◦ blue 215

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

Shades of Han Purple #412BD7

Tints of Han Purple #412BD7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.31%

 BLUE value IS 215 (84.38% from 255) = 66.56%

R = 20.12%
G = 13.31%
B = 66.56%

CMYK

 C value IS 0.70

 M value IS 0.8

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#412BD7 (or 0x412BD7) is known color: Han Purple. HEX triplet: 41, 2B and D7. RGB value is (65,43,215). Sum of RGB (Red+Green+Blue) = 65+43+215=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 215 (84.38% from 255 or 66.56% from 323); Max value from RGB is 215 - color contains mainly: blue. Hex color #412BD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412BD7 is #BED428. Grayscale: #444444. Windows color (decimal): -12506153 or 14101313. OLE color: 14101313.

HSL color Cylindrical-coordinate representation of color #412BD7: hue angle of 247.67º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #412BD7 is Cyan = 0.70, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 43 215 -
CMYK 0.70 0.8 0 0.16
HSL 247.67º 0.68% 0.51% -
HSV(B) 247.67º 0.8% 0.84% -
XYZ 15.31 7.76 64.98 -
YUV 69.19 210.29 125.01 -
System Red Green Blue C M Y K H S L
Decimal 65 43 215 0.70 0.8 0 0.16 247.67 0.68 0.51
Hex 41 2B D7 46 50 0 10 F8 44 33
Octal 101 53 327 106 120 0 20 370 104 63
Binary 1000001 101011 11010111 1000110 1010000 0 10000 11111000 1000100 110011

Color Harmonies of #412BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412BD7

Black with #412BD7

Text Example


Text Example

White with #412BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,43,215); }

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

background-color css

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

 a { background-color: rgb(65,43,215); }

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

border-color css

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

 span { border-color: rgb(65,43,215); }

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