Html Css Color HEX #414380 Jacksons Purple

📋 copy color: '#414380'

red 65 ◦ green 67 ◦ blue 128

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

Shades of Jacksons Purple #414380

Tints of Jacksons Purple #414380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.77%

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

R = 25%
G = 25.77%
B = 49.23%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#414380 (or 0x414380) is known color: Jacksons Purple. HEX triplet: 41, 43 and 80. RGB value is (65,67,128). Sum of RGB (Red+Green+Blue) = 65+67+128=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 128 - color contains mainly: blue. Hex color #414380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414380 is #BEBC7F. Grayscale: #494949. Windows color (decimal): -12500096 or 8405825. OLE color: 8405825.

HSL color Cylindrical-coordinate representation of color #414380: hue angle of 238.1º 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 #414380 is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 67 128 -
CMYK 0.49 0.48 0 0.50
HSL 238.1º 0.33% 0.38% -
HSV(B) 238.1º 0.49% 0.5% -
XYZ 8.08 6.7 21.29 -
YUV 73.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 65 67 128 0.49 0.48 0 0.50 238.1 0.33 0.38
Hex 41 43 80 31 30 0 32 EE 21 26
Octal 101 103 200 61 60 0 62 356 41 46
Binary 1000001 1000011 10000000 110001 110000 0 110010 11101110 100001 100110

Color Harmonies of #414380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414380

Black with #414380

Text Example


Text Example

White with #414380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414380; }

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

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

background-color css

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

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

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

border-color css

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

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

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