Html Css Color HEX #412DED Han Purple

📋 copy color: '#412DED'

red 65 ◦ green 45 ◦ blue 237

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

Shades of Han Purple #412DED

Tints of Han Purple #412DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 68.3%

R = 18.73%
G = 12.97%
B = 68.3%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#412DED (or 0x412DED) is known color: Han Purple. HEX triplet: 41, 2D and ED. RGB value is (65,45,237). Sum of RGB (Red+Green+Blue) = 65+45+237=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #412DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412DED is #BED212. Grayscale: #484848. Windows color (decimal): -12505619 or 15543617. OLE color: 15543617.

HSL color Cylindrical-coordinate representation of color #412DED: hue angle of 246.25º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #412DED is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 45 237 -
CMYK 0.73 0.81 0 0.07
HSL 246.25º 0.84% 0.55% -
HSV(B) 246.25º 0.81% 0.93% -
XYZ 18.4 9.12 80.91 -
YUV 72.87 220.63 122.39 -
System Red Green Blue C M Y K H S L
Decimal 65 45 237 0.73 0.81 0 0.07 246.25 0.84 0.55
Hex 41 2D ED 49 51 0 7 F6 54 37
Octal 101 55 355 111 121 0 7 366 124 67
Binary 1000001 101101 11101101 1001001 1010001 0 111 11110110 1010100 110111

Color Harmonies of #412DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412DED

Black with #412DED

Text Example


Text Example

White with #412DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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