Html Css Color HEX #414580 Jacksons Purple

📋 copy color: '#414580'

red 65 ◦ green 69 ◦ blue 128

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

Shades of Jacksons Purple #414580

Tints of Jacksons Purple #414580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.34%

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

R = 24.81%
G = 26.34%
B = 48.85%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#414580 (or 0x414580) is known color: Jacksons Purple. HEX triplet: 41, 45 and 80. RGB value is (65,69,128). Sum of RGB (Red+Green+Blue) = 65+69+128=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #414580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414580 is #BEBA7F. Grayscale: #4A4A4A. Windows color (decimal): -12499584 or 8406337. OLE color: 8406337.

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

Color convert

RGB 65 69 128 -
CMYK 0.49 0.46 0 0.50
HSL 236.19º 0.33% 0.38% -
HSV(B) 236.19º 0.49% 0.5% -
XYZ 8.2 6.94 21.33 -
YUV 74.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 65 69 128 0.49 0.46 0 0.50 236.19 0.33 0.38
Hex 41 45 80 31 2E 0 32 EC 21 26
Octal 101 105 200 61 56 0 62 354 41 46
Binary 1000001 1000101 10000000 110001 101110 0 110010 11101100 100001 100110

Color Harmonies of #414580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414580

Black with #414580

Text Example


Text Example

White with #414580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414580; }

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

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

background-color css

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

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

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

border-color css

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

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

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