Html Css Color HEX #414790 Jacksons Purple

📋 copy color: '#414790'

red 65 ◦ green 71 ◦ blue 144

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

Shades of Jacksons Purple #414790

Tints of Jacksons Purple #414790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.43%

R = 23.21%
G = 25.36%
B = 51.43%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#414790 (or 0x414790) is known color: Jacksons Purple. HEX triplet: 41, 47 and 90. RGB value is (65,71,144). Sum of RGB (Red+Green+Blue) = 65+71+144=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #414790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414790 is #BEB86F. Grayscale: #4D4D4D. Windows color (decimal): -12499056 or 9455425. OLE color: 9455425.

HSL color Cylindrical-coordinate representation of color #414790: hue angle of 235.44º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #414790 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 71 144 -
CMYK 0.55 0.51 0 0.44
HSL 235.44º 0.38% 0.41% -
HSV(B) 235.44º 0.55% 0.56% -
XYZ 9.47 7.64 27.36 -
YUV 77.53 165.51 119.06 -
System Red Green Blue C M Y K H S L
Decimal 65 71 144 0.55 0.51 0 0.44 235.44 0.38 0.41
Hex 41 47 90 37 33 0 2C EB 26 29
Octal 101 107 220 67 63 0 54 353 46 51
Binary 1000001 1000111 10010000 110111 110011 0 101100 11101011 100110 101001

Color Harmonies of #414790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414790

Black with #414790

Text Example


Text Example

White with #414790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414790; }

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

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

background-color css

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

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

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

border-color css

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

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

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