Html Css Color HEX #414080 Jacksons Purple

📋 copy color: '#414080'

red 65 ◦ green 64 ◦ blue 128

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

Shades of Jacksons Purple #414080

Tints of Jacksons Purple #414080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 49.81%

R = 25.29%
G = 24.9%
B = 49.81%

CMYK

 C value IS 0.49

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#414080 (or 0x414080) is known color: Jacksons Purple. HEX triplet: 41, 40 and 80. RGB value is (65,64,128). Sum of RGB (Red+Green+Blue) = 65+64+128=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #414080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414080 is #BEBF7F. Grayscale: #474747. Windows color (decimal): -12500864 or 8405057. OLE color: 8405057.

HSL color Cylindrical-coordinate representation of color #414080: hue angle of 240.94º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #414080 is Cyan = 0.49, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 64 128 -
CMYK 0.49 0.5 0 0.50
HSL 240.94º 0.33% 0.38% -
HSV(B) 240.94º 0.5% 0.5% -
XYZ 7.91 6.35 21.23 -
YUV 71.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 65 64 128 0.49 0.5 0 0.50 240.94 0.33 0.38
Hex 41 40 80 31 32 0 32 F1 21 26
Octal 101 100 200 61 62 0 62 361 41 46
Binary 1000001 1000000 10000000 110001 110010 0 110010 11110001 100001 100110

Color Harmonies of #414080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414080

Black with #414080

Text Example


Text Example

White with #414080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414080; }

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

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

background-color css

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

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

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

border-color css

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

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

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