Html Css Color HEX #424878 Jacksons Purple

📋 copy color: '#424878'

red 66 ◦ green 72 ◦ blue 120

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

Shades of Jacksons Purple #424878

Tints of Jacksons Purple #424878

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

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

R = 25.58%
G = 27.91%
B = 46.51%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#424878 (or 0x424878) is known color: Jacksons Purple. HEX triplet: 42, 48 and 78. RGB value is (66,72,120). Sum of RGB (Red+Green+Blue) = 66+72+120=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #424878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424878 is #BDB787. Grayscale: #4B4B4B. Windows color (decimal): -12433288 or 7882818. OLE color: 7882818.

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

Color convert

RGB 66 72 120 -
CMYK 0.45 0.40 0 0.53
HSL 233.33º 0.29% 0.36% -
HSV(B) 233.33º 0.45% 0.47% -
XYZ 7.95 7.15 18.73 -
YUV 75.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 66 72 120 0.45 0.40 0 0.53 233.33 0.29 0.36
Hex 42 48 78 2D 28 0 35 E9 1D 24
Octal 102 110 170 55 50 0 65 351 35 44
Binary 1000010 1001000 1111000 101101 101000 0 110101 11101001 11101 100100

Color Harmonies of #424878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424878

Black with #424878

Text Example


Text Example

White with #424878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424878; }

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

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

background-color css

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

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

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

border-color css

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

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

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