Html Css Color HEX #413C78 Jacksons Purple

📋 copy color: '#413C78'

red 65 ◦ green 60 ◦ blue 120

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

Shades of Jacksons Purple #413C78

Tints of Jacksons Purple #413C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 48.98%

R = 26.53%
G = 24.49%
B = 48.98%

CMYK

 C value IS 0.46

 M value IS 0.5

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#413C78 (or 0x413C78) is known color: Jacksons Purple. HEX triplet: 41, 3C and 78. RGB value is (65,60,120). Sum of RGB (Red+Green+Blue) = 65+60+120=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #413C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C78 is #BEC387. Grayscale: #444444. Windows color (decimal): -12501896 or 7879745. OLE color: 7879745.

HSL color Cylindrical-coordinate representation of color #413C78: hue angle of 245º degrees, saturation: 0.33, 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 #413C78 is Cyan = 0.46, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 60 120 -
CMYK 0.46 0.5 0 0.53
HSL 245º 0.33% 0.35% -
HSV(B) 245º 0.5% 0.47% -
XYZ 7.19 5.71 18.49 -
YUV 68.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 65 60 120 0.46 0.5 0 0.53 245 0.33 0.35
Hex 41 3C 78 2E 32 0 35 F5 21 23
Octal 101 74 170 56 62 0 65 365 41 43
Binary 1000001 111100 1111000 101110 110010 0 110101 11110101 100001 100011

Color Harmonies of #413C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C78

Black with #413C78

Text Example


Text Example

White with #413C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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