Html Css Color HEX #414789 Jacksons Purple

📋 copy color: '#414789'

red 65 ◦ green 71 ◦ blue 137

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

Shades of Jacksons Purple #414789

Tints of Jacksons Purple #414789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50.18%

R = 23.81%
G = 26.01%
B = 50.18%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#414789 (or 0x414789) is known color: Jacksons Purple. HEX triplet: 41, 47 and 89. RGB value is (65,71,137). Sum of RGB (Red+Green+Blue) = 65+71+137=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #414789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414789 is #BEB876. Grayscale: #4C4C4C. Windows color (decimal): -12499063 or 8996673. OLE color: 8996673.

HSL color Cylindrical-coordinate representation of color #414789: hue angle of 235º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #414789 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 71 137 -
CMYK 0.53 0.48 0 0.46
HSL 235º 0.36% 0.4% -
HSV(B) 235º 0.53% 0.54% -
XYZ 8.95 7.44 24.63 -
YUV 76.73 162.01 119.63 -
System Red Green Blue C M Y K H S L
Decimal 65 71 137 0.53 0.48 0 0.46 235 0.36 0.4
Hex 41 47 89 35 30 0 2E EB 24 28
Octal 101 107 211 65 60 0 56 353 44 50
Binary 1000001 1000111 10001001 110101 110000 0 101110 11101011 100100 101000

Color Harmonies of #414789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414789

Black with #414789

Text Example


Text Example

White with #414789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414789; }

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

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

background-color css

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

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

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

border-color css

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

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

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