Html Css Color HEX #413F84 Jacksons Purple

📋 copy color: '#413F84'

red 65 ◦ green 63 ◦ blue 132

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

Shades of Jacksons Purple #413F84

Tints of Jacksons Purple #413F84

RGB

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

 GREEN value IS 63 (25% from 255) = 24.23%

 BLUE value IS 132 (51.95% from 255) = 50.77%

R = 25%
G = 24.23%
B = 50.77%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#413F84 (or 0x413F84) is known color: Jacksons Purple. HEX triplet: 41, 3F and 84. RGB value is (65,63,132). Sum of RGB (Red+Green+Blue) = 65+63+132=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #413F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413F84 is #BEC07B. Grayscale: #474747. Windows color (decimal): -12501116 or 8666945. OLE color: 8666945.

HSL color Cylindrical-coordinate representation of color #413F84: hue angle of 241.74º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #413F84 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 63 132 -
CMYK 0.51 0.52 0 0.48
HSL 241.74º 0.35% 0.38% -
HSV(B) 241.74º 0.52% 0.52% -
XYZ 8.12 6.34 22.63 -
YUV 71.46 162.16 123.39 -
System Red Green Blue C M Y K H S L
Decimal 65 63 132 0.51 0.52 0 0.48 241.74 0.35 0.38
Hex 41 3F 84 33 34 0 30 F2 23 26
Octal 101 77 204 63 64 0 60 362 43 46
Binary 1000001 111111 10000100 110011 110100 0 110000 11110010 100011 100110

Color Harmonies of #413F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F84

Black with #413F84

Text Example


Text Example

White with #413F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,63,132); }

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

background-color css

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

 a { background-color: rgb(65,63,132); }

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

border-color css

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

 span { border-color: rgb(65,63,132); }

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