Html Css Color HEX #414481 Jacksons Purple

📋 copy color: '#414481'

red 65 ◦ green 68 ◦ blue 129

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

Shades of Jacksons Purple #414481

Tints of Jacksons Purple #414481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.95%

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

R = 24.81%
G = 25.95%
B = 49.24%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#414481 (or 0x414481) is known color: Jacksons Purple. HEX triplet: 41, 44 and 81. RGB value is (65,68,129). Sum of RGB (Red+Green+Blue) = 65+68+129=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 129 (50.78% from 255 or 49.24% from 262); Max value from RGB is 129 - color contains mainly: blue. Hex color #414481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414481 is #BEBB7E. Grayscale: #494949. Windows color (decimal): -12499839 or 8471617. OLE color: 8471617.

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

Color convert

RGB 65 68 129 -
CMYK 0.50 0.47 0 0.49
HSL 237.19º 0.33% 0.38% -
HSV(B) 237.19º 0.5% 0.51% -
XYZ 8.21 6.84 21.66 -
YUV 74.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 65 68 129 0.50 0.47 0 0.49 237.19 0.33 0.38
Hex 41 44 81 32 2F 0 31 ED 21 26
Octal 101 104 201 62 57 0 61 355 41 46
Binary 1000001 1000100 10000001 110010 101111 0 110001 11101101 100001 100110

Color Harmonies of #414481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414481

Black with #414481

Text Example


Text Example

White with #414481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414481; }

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

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

background-color css

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

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

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

border-color css

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

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

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