Html Css Color HEX #424479 Jacksons Purple

📋 copy color: '#424479'

red 66 ◦ green 68 ◦ blue 121

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

Shades of Jacksons Purple #424479

Tints of Jacksons Purple #424479

RGB

 RED value IS 66 (26.17% from 255) = 25.88%

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

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

R = 25.88%
G = 26.67%
B = 47.45%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#424479 (or 0x424479) is known color: Jacksons Purple. HEX triplet: 42, 44 and 79. RGB value is (66,68,121). Sum of RGB (Red+Green+Blue) = 66+68+121=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #424479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424479 is #BDBB86. Grayscale: #494949. Windows color (decimal): -12434311 or 7947330. OLE color: 7947330.

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

Color convert

RGB 66 68 121 -
CMYK 0.45 0.44 0 0.53
HSL 237.82º 0.29% 0.37% -
HSV(B) 237.82º 0.45% 0.47% -
XYZ 7.77 6.67 18.97 -
YUV 73.44 154.84 122.69 -
System Red Green Blue C M Y K H S L
Decimal 66 68 121 0.45 0.44 0 0.53 237.82 0.29 0.37
Hex 42 44 79 2D 2C 0 35 EE 1D 25
Octal 102 104 171 55 54 0 65 356 35 45
Binary 1000010 1000100 1111001 101101 101100 0 110101 11101110 11101 100101

Color Harmonies of #424479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424479

Black with #424479

Text Example


Text Example

White with #424479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424479; }

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

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

background-color css

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

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

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

border-color css

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

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

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