Html Css Color HEX #413C79 Jacksons Purple

📋 copy color: '#413C79'

red 65 ◦ green 60 ◦ blue 121

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

Shades of Jacksons Purple #413C79

Tints of Jacksons Purple #413C79

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.39%

 BLUE value IS 121 (47.66% from 255) = 49.19%

R = 26.42%
G = 24.39%
B = 49.19%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#413C79 (or 0x413C79) is known color: Jacksons Purple. HEX triplet: 41, 3C and 79. RGB value is (65,60,121). Sum of RGB (Red+Green+Blue) = 65+60+121=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #413C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C79 is #BEC386. Grayscale: #444444. Windows color (decimal): -12501895 or 7945281. OLE color: 7945281.

HSL color Cylindrical-coordinate representation of color #413C79: hue angle of 244.92º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #413C79 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 60 121 -
CMYK 0.46 0.50 0 0.53
HSL 244.92º 0.34% 0.35% -
HSV(B) 244.92º 0.5% 0.47% -
XYZ 7.25 5.74 18.81 -
YUV 68.45 157.66 125.54 -
System Red Green Blue C M Y K H S L
Decimal 65 60 121 0.46 0.50 0 0.53 244.92 0.34 0.35
Hex 41 3C 79 2E 32 0 35 F5 22 23
Octal 101 74 171 56 62 0 65 365 42 43
Binary 1000001 111100 1111001 101110 110010 0 110101 11110101 100010 100011

Color Harmonies of #413C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C79

Black with #413C79

Text Example


Text Example

White with #413C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413C79; }

 p { color: rgb(65,60,121); }

 H1.HeaderClassName
 {
   color: #413C79;
 }
 .AnyTagClassName
 {
   color: #413C79;
 }
</style>

background-color css

<style>
 a { background-color: #413C79; }

 a { background-color: rgb(65,60,121); }

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

border-color css

<style>
 span { border-color: #413C79; }

 span { border-color: rgb(65,60,121); }

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