Html Css Color HEX #412ADB Han Purple

📋 copy color: '#412ADB'

red 65 ◦ green 42 ◦ blue 219

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

Shades of Han Purple #412ADB

Tints of Han Purple #412ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.88%

 BLUE value IS 219 (85.94% from 255) = 67.18%

R = 19.94%
G = 12.88%
B = 67.18%

CMYK

 C value IS 0.70

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#412ADB (or 0x412ADB) is known color: Han Purple. HEX triplet: 41, 2A and DB. RGB value is (65,42,219). Sum of RGB (Red+Green+Blue) = 65+42+219=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #412ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412ADB is #BED524. Grayscale: #444444. Windows color (decimal): -12506405 or 14363201. OLE color: 14363201.

HSL color Cylindrical-coordinate representation of color #412ADB: hue angle of 247.8º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #412ADB is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 42 219 -
CMYK 0.70 0.81 0 0.14
HSL 247.8º 0.71% 0.51% -
HSV(B) 247.8º 0.81% 0.86% -
XYZ 15.79 7.89 67.71 -
YUV 69.06 212.62 125.11 -
System Red Green Blue C M Y K H S L
Decimal 65 42 219 0.70 0.81 0 0.14 247.8 0.71 0.51
Hex 41 2A DB 46 51 0 E F8 47 33
Octal 101 52 333 106 121 0 16 370 107 63
Binary 1000001 101010 11011011 1000110 1010001 0 1110 11111000 1000111 110011

Color Harmonies of #412ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412ADB

Black with #412ADB

Text Example


Text Example

White with #412ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,42,219); }

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

background-color css

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

 a { background-color: rgb(65,42,219); }

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

border-color css

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

 span { border-color: rgb(65,42,219); }

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