Html Css Color HEX #414981 Jacksons Purple

📋 copy color: '#414981'

red 65 ◦ green 73 ◦ blue 129

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

Shades of Jacksons Purple #414981

Tints of Jacksons Purple #414981

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.34%

 BLUE value IS 129 (50.78% from 255) = 48.31%

R = 24.34%
G = 27.34%
B = 48.31%

CMYK

 C value IS 0.50

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#414981 (or 0x414981) is known color: Jacksons Purple. HEX triplet: 41, 49 and 81. RGB value is (65,73,129). Sum of RGB (Red+Green+Blue) = 65+73+129=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 129 - color contains mainly: blue. Hex color #414981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414981 is #BEB67E. Grayscale: #4C4C4C. Windows color (decimal): -12498559 or 8472897. OLE color: 8472897.

HSL color Cylindrical-coordinate representation of color #414981: hue angle of 232.5º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #414981 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 73 129 -
CMYK 0.50 0.43 0 0.49
HSL 232.5º 0.33% 0.38% -
HSV(B) 232.5º 0.5% 0.51% -
XYZ 8.52 7.47 21.76 -
YUV 76.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 65 73 129 0.50 0.43 0 0.49 232.5 0.33 0.38
Hex 41 49 81 32 2B 0 31 E8 21 26
Octal 101 111 201 62 53 0 61 350 41 46
Binary 1000001 1001001 10000001 110010 101011 0 110001 11101000 100001 100110

Color Harmonies of #414981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414981

Black with #414981

Text Example


Text Example

White with #414981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414981; }

 p { color: rgb(65,73,129); }

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

background-color css

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

 a { background-color: rgb(65,73,129); }

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

border-color css

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

 span { border-color: rgb(65,73,129); }

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