Html Css Color HEX #424778 Jacksons Purple

📋 copy color: '#424778'

red 66 ◦ green 71 ◦ blue 120

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

Shades of Jacksons Purple #424778

Tints of Jacksons Purple #424778

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.63%

 BLUE value IS 120 (47.27% from 255) = 46.69%

R = 25.68%
G = 27.63%
B = 46.69%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#424778 (or 0x424778) is known color: Jacksons Purple. HEX triplet: 42, 47 and 78. RGB value is (66,71,120). Sum of RGB (Red+Green+Blue) = 66+71+120=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #424778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424778 is #BDB887. Grayscale: #4A4A4A. Windows color (decimal): -12433544 or 7882562. OLE color: 7882562.

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

Color convert

RGB 66 71 120 -
CMYK 0.45 0.41 0 0.53
HSL 234.44º 0.29% 0.36% -
HSV(B) 234.44º 0.45% 0.47% -
XYZ 7.89 7.02 18.71 -
YUV 75.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 66 71 120 0.45 0.41 0 0.53 234.44 0.29 0.36
Hex 42 47 78 2D 29 0 35 EA 1D 24
Octal 102 107 170 55 51 0 65 352 35 44
Binary 1000010 1000111 1111000 101101 101001 0 110101 11101010 11101 100100

Color Harmonies of #424778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424778

Black with #424778

Text Example


Text Example

White with #424778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424778; }

 p { color: rgb(66,71,120); }

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

background-color css

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

 a { background-color: rgb(66,71,120); }

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

border-color css

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

 span { border-color: rgb(66,71,120); }

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