Html Css Color HEX #414479 Jacksons Purple

📋 copy color: '#414479'

red 65 ◦ green 68 ◦ blue 121

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

Shades of Jacksons Purple #414479

Tints of Jacksons Purple #414479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.77%

 BLUE value IS 121 (47.66% from 255) = 47.64%

R = 25.59%
G = 26.77%
B = 47.64%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#414479 (or 0x414479) is known color: Jacksons Purple. HEX triplet: 41, 44 and 79. RGB value is (65,68,121). Sum of RGB (Red+Green+Blue) = 65+68+121=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 121 - color contains mainly: blue. Hex color #414479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414479 is #BEBB86. Grayscale: #484848. Windows color (decimal): -12499847 or 7947329. OLE color: 7947329.

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

Color convert

RGB 65 68 121 -
CMYK 0.46 0.44 0 0.53
HSL 236.79º 0.3% 0.36% -
HSV(B) 236.79º 0.46% 0.47% -
XYZ 7.7 6.64 18.96 -
YUV 73.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 65 68 121 0.46 0.44 0 0.53 236.79 0.3 0.36
Hex 41 44 79 2E 2C 0 35 ED 1E 24
Octal 101 104 171 56 54 0 65 355 36 44
Binary 1000001 1000100 1111001 101110 101100 0 110101 11101101 11110 100100

Color Harmonies of #414479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414479

Black with #414479

Text Example


Text Example

White with #414479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414479; }

 p { color: rgb(65,68,121); }

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

background-color css

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

 a { background-color: rgb(65,68,121); }

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

border-color css

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

 span { border-color: rgb(65,68,121); }

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