Html Css Color HEX #424579 Jacksons Purple

📋 copy color: '#424579'

red 66 ◦ green 69 ◦ blue 121

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

Shades of Jacksons Purple #424579

Tints of Jacksons Purple #424579

RGB

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

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

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

R = 25.78%
G = 26.95%
B = 47.27%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#424579 (or 0x424579) is known color: Jacksons Purple. HEX triplet: 42, 45 and 79. RGB value is (66,69,121). Sum of RGB (Red+Green+Blue) = 66+69+121=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #424579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424579 is #BDBA86. Grayscale: #494949. Windows color (decimal): -12434055 or 7947586. OLE color: 7947586.

HSL color Cylindrical-coordinate representation of color #424579: hue angle of 236.73º 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 #424579 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 69 121 -
CMYK 0.45 0.43 0 0.53
HSL 236.73º 0.29% 0.37% -
HSV(B) 236.73º 0.45% 0.47% -
XYZ 7.83 6.79 18.99 -
YUV 74.03 154.51 122.27 -
System Red Green Blue C M Y K H S L
Decimal 66 69 121 0.45 0.43 0 0.53 236.73 0.29 0.37
Hex 42 45 79 2D 2B 0 35 ED 1D 25
Octal 102 105 171 55 53 0 65 355 35 45
Binary 1000010 1000101 1111001 101101 101011 0 110101 11101101 11101 100101

Color Harmonies of #424579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424579

Black with #424579

Text Example


Text Example

White with #424579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424579; }

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

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

background-color css

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

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

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

border-color css

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

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

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