Html Css Color HEX #424877 Jacksons Purple

📋 copy color: '#424877'

red 66 ◦ green 72 ◦ blue 119

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

Shades of Jacksons Purple #424877

Tints of Jacksons Purple #424877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 46.3%

R = 25.68%
G = 28.02%
B = 46.3%

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

#424877 (or 0x424877) is known color: Jacksons Purple. HEX triplet: 42, 48 and 77. RGB value is (66,72,119). Sum of RGB (Red+Green+Blue) = 66+72+119=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #424877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424877 is #BDB788. Grayscale: #4B4B4B. Windows color (decimal): -12433289 or 7817282. OLE color: 7817282.

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

Color convert

RGB 66 72 119 -
CMYK 0.45 0.39 0 0.53
HSL 233.21º 0.29% 0.36% -
HSV(B) 233.21º 0.45% 0.47% -
XYZ 7.89 7.12 18.41 -
YUV 75.56 152.51 121.18 -
System Red Green Blue C M Y K H S L
Decimal 66 72 119 0.45 0.39 0 0.53 233.21 0.29 0.36
Hex 42 48 77 2D 27 0 35 E9 1D 24
Octal 102 110 167 55 47 0 65 351 35 44
Binary 1000010 1001000 1110111 101101 100111 0 110101 11101001 11101 100100

Color Harmonies of #424877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424877

Black with #424877

Text Example


Text Example

White with #424877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424877; }

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

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

background-color css

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

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

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

border-color css

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

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

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