Html Css Color HEX #412BE0 Han Purple

📋 copy color: '#412BE0'

red 65 ◦ green 43 ◦ blue 224

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

Shades of Han Purple #412BE0

Tints of Han Purple #412BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 67.47%

R = 19.58%
G = 12.95%
B = 67.47%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#412BE0 (or 0x412BE0) is known color: Han Purple. HEX triplet: 41, 2B and E0. RGB value is (65,43,224). Sum of RGB (Red+Green+Blue) = 65+43+224=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 224 (87.89% from 255 or 67.47% from 332); Max value from RGB is 224 - color contains mainly: blue. Hex color #412BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412BE0 is #BED41F. Grayscale: #454545. Windows color (decimal): -12506144 or 14691137. OLE color: 14691137.

HSL color Cylindrical-coordinate representation of color #412BE0: hue angle of 247.29º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #412BE0 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 65 43 224 -
CMYK 0.71 0.81 0 0.12
HSL 247.29º 0.74% 0.52% -
HSV(B) 247.29º 0.81% 0.88% -
XYZ 16.5 8.23 71.24 -
YUV 70.21 214.79 124.28 -
System Red Green Blue C M Y K H S L
Decimal 65 43 224 0.71 0.81 0 0.12 247.29 0.74 0.52
Hex 41 2B E0 47 51 0 C F7 4A 34
Octal 101 53 340 107 121 0 14 367 112 64
Binary 1000001 101011 11100000 1000111 1010001 0 1100 11110111 1001010 110100

Color Harmonies of #412BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412BE0

Black with #412BE0

Text Example


Text Example

White with #412BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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