Html Css Color HEX #412DDA Han Purple

📋 copy color: '#412DDA'

red 65 ◦ green 45 ◦ blue 218

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

Shades of Han Purple #412DDA

Tints of Han Purple #412DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.46%

R = 19.82%
G = 13.72%
B = 66.46%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#412DDA (or 0x412DDA) is known color: Han Purple. HEX triplet: 41, 2D and DA. RGB value is (65,45,218). Sum of RGB (Red+Green+Blue) = 65+45+218=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #412DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412DDA is #BED225. Grayscale: #464646. Windows color (decimal): -12505638 or 14298433. OLE color: 14298433.

HSL color Cylindrical-coordinate representation of color #412DDA: hue angle of 246.94º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #412DDA is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 45 218 -
CMYK 0.70 0.79 0 0.15
HSL 246.94º 0.7% 0.52% -
HSV(B) 246.94º 0.79% 0.85% -
XYZ 15.77 8.06 67.05 -
YUV 70.7 211.13 123.93 -
System Red Green Blue C M Y K H S L
Decimal 65 45 218 0.70 0.79 0 0.15 246.94 0.7 0.52
Hex 41 2D DA 46 4F 0 F F7 46 34
Octal 101 55 332 106 117 0 17 367 106 64
Binary 1000001 101101 11011010 1000110 1001111 0 1111 11110111 1000110 110100

Color Harmonies of #412DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412DDA

Black with #412DDA

Text Example


Text Example

White with #412DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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