Html Css Color HEX #413E78 Jacksons Purple

📋 copy color: '#413E78'

red 65 ◦ green 62 ◦ blue 120

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

Shades of Jacksons Purple #413E78

Tints of Jacksons Purple #413E78

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.1%

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

R = 26.32%
G = 25.1%
B = 48.58%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#413E78 (or 0x413E78) is known color: Jacksons Purple. HEX triplet: 41, 3E and 78. RGB value is (65,62,120). Sum of RGB (Red+Green+Blue) = 65+62+120=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #413E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E78 is #BEC187. Grayscale: #454545. Windows color (decimal): -12501384 or 7880257. OLE color: 7880257.

HSL color Cylindrical-coordinate representation of color #413E78: hue angle of 243.1º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #413E78 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 62 120 -
CMYK 0.46 0.48 0 0.53
HSL 243.1º 0.32% 0.36% -
HSV(B) 243.1º 0.48% 0.47% -
XYZ 7.29 5.93 18.53 -
YUV 69.51 156.49 124.78 -
System Red Green Blue C M Y K H S L
Decimal 65 62 120 0.46 0.48 0 0.53 243.1 0.32 0.36
Hex 41 3E 78 2E 30 0 35 F3 20 24
Octal 101 76 170 56 60 0 65 363 40 44
Binary 1000001 111110 1111000 101110 110000 0 110101 11110011 100000 100100

Color Harmonies of #413E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E78

Black with #413E78

Text Example


Text Example

White with #413E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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