Html Css Color HEX #412AFF Han Purple

📋 copy color: '#412AFF'

red 65 ◦ green 42 ◦ blue 255

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

Shades of Han Purple #412AFF

Tints of Han Purple #412AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 70.44%

R = 17.96%
G = 11.6%
B = 70.44%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#412AFF (or 0x412AFF) is known color: Han Purple. HEX triplet: 41, 2A and FF. RGB value is (65,42,255). Sum of RGB (Red+Green+Blue) = 65+42+255=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #412AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412AFF is #BED500. Grayscale: #484848. Windows color (decimal): -12506369 or 16722497. OLE color: 16722497.

HSL color Cylindrical-coordinate representation of color #412AFF: hue angle of 246.48º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #412AFF is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 65 42 255 -
CMYK 0.75 0.84 0 0
HSL 246.48º 1% 0.58% -
HSV(B) 246.48º 0.84% 1% -
XYZ 21.06 10 95.43 -
YUV 73.16 230.62 122.18 -
System Red Green Blue C M Y K H S L
Decimal 65 42 255 0.75 0.84 0 0 246.48 1 0.58
Hex 41 2A FF 4B 54 0 0 F6 64 3A
Octal 101 52 377 113 124 0 0 366 144 72
Binary 1000001 101010 11111111 1001011 1010100 0 0 11110110 1100100 111010

Color Harmonies of #412AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412AFF

Black with #412AFF

Text Example


Text Example

White with #412AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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