Html Css Color HEX #414786 Jacksons Purple

📋 copy color: '#414786'

red 65 ◦ green 71 ◦ blue 134

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

Shades of Jacksons Purple #414786

Tints of Jacksons Purple #414786

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.3%

 BLUE value IS 134 (52.73% from 255) = 49.63%

R = 24.07%
G = 26.3%
B = 49.63%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#414786 (or 0x414786) is known color: Jacksons Purple. HEX triplet: 41, 47 and 86. RGB value is (65,71,134). Sum of RGB (Red+Green+Blue) = 65+71+134=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #414786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414786 is #BEB879. Grayscale: #4C4C4C. Windows color (decimal): -12499066 or 8800065. OLE color: 8800065.

HSL color Cylindrical-coordinate representation of color #414786: hue angle of 234.78º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #414786 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 71 134 -
CMYK 0.51 0.47 0 0.47
HSL 234.78º 0.35% 0.39% -
HSV(B) 234.78º 0.51% 0.53% -
XYZ 8.74 7.35 23.51 -
YUV 76.39 160.51 119.88 -
System Red Green Blue C M Y K H S L
Decimal 65 71 134 0.51 0.47 0 0.47 234.78 0.35 0.39
Hex 41 47 86 33 2F 0 2F EB 23 27
Octal 101 107 206 63 57 0 57 353 43 47
Binary 1000001 1000111 10000110 110011 101111 0 101111 11101011 100011 100111

Color Harmonies of #414786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414786

Black with #414786

Text Example


Text Example

White with #414786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414786; }

 p { color: rgb(65,71,134); }

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

background-color css

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

 a { background-color: rgb(65,71,134); }

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

border-color css

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

 span { border-color: rgb(65,71,134); }

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