Html Css Color HEX #414081 Jacksons Purple

📋 copy color: '#414081'

red 65 ◦ green 64 ◦ blue 129

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

Shades of Jacksons Purple #414081

Tints of Jacksons Purple #414081

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.81%

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

R = 25.19%
G = 24.81%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#414081 (or 0x414081) is known color: Jacksons Purple. HEX triplet: 41, 40 and 81. RGB value is (65,64,129). Sum of RGB (Red+Green+Blue) = 65+64+129=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 129 (50.78% from 255 or 50% from 258); Max value from RGB is 129 - color contains mainly: blue. Hex color #414081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414081 is #BEBF7E. Grayscale: #474747. Windows color (decimal): -12500863 or 8470593. OLE color: 8470593.

HSL color Cylindrical-coordinate representation of color #414081: hue angle of 240.92º degrees, saturation: 0.34, 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 #414081 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 64 129 -
CMYK 0.50 0.50 0 0.49
HSL 240.92º 0.34% 0.38% -
HSV(B) 240.92º 0.5% 0.51% -
XYZ 7.98 6.38 21.58 -
YUV 71.71 160.33 123.21 -
System Red Green Blue C M Y K H S L
Decimal 65 64 129 0.50 0.50 0 0.49 240.92 0.34 0.38
Hex 41 40 81 32 32 0 31 F1 22 26
Octal 101 100 201 62 62 0 61 361 42 46
Binary 1000001 1000000 10000001 110010 110010 0 110001 11110001 100010 100110

Color Harmonies of #414081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414081

Black with #414081

Text Example


Text Example

White with #414081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414081; }

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

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

background-color css

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

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

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

border-color css

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

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

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