Html Css Color HEX #424978 Jacksons Purple

📋 copy color: '#424978'

red 66 ◦ green 73 ◦ blue 120

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

Shades of Jacksons Purple #424978

Tints of Jacksons Purple #424978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.19%

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

R = 25.48%
G = 28.19%
B = 46.33%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#424978 (or 0x424978) is known color: Jacksons Purple. HEX triplet: 42, 49 and 78. RGB value is (66,73,120). Sum of RGB (Red+Green+Blue) = 66+73+120=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #424978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424978 is #BDB687. Grayscale: #4C4C4C. Windows color (decimal): -12433032 or 7883074. OLE color: 7883074.

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

Color convert

RGB 66 73 120 -
CMYK 0.45 0.39 0 0.53
HSL 232.22º 0.29% 0.36% -
HSV(B) 232.22º 0.45% 0.47% -
XYZ 8.02 7.28 18.75 -
YUV 76.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 66 73 120 0.45 0.39 0 0.53 232.22 0.29 0.36
Hex 42 49 78 2D 27 0 35 E8 1D 24
Octal 102 111 170 55 47 0 65 350 35 44
Binary 1000010 1001001 1111000 101101 100111 0 110101 11101000 11101 100100

Color Harmonies of #424978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424978

Black with #424978

Text Example


Text Example

White with #424978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424978; }

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

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

background-color css

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

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

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

border-color css

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

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

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