Html Css Color HEX #424A84 Jacksons Purple

📋 copy color: '#424A84'

red 66 ◦ green 74 ◦ blue 132

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

Shades of Jacksons Purple #424A84

Tints of Jacksons Purple #424A84

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.21%

 BLUE value IS 132 (51.95% from 255) = 48.53%

R = 24.26%
G = 27.21%
B = 48.53%

CMYK

 C value IS 0.5

 M value IS 0.44

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#424A84 (or 0x424A84) is known color: Jacksons Purple. HEX triplet: 42, 4A and 84. RGB value is (66,74,132). Sum of RGB (Red+Green+Blue) = 66+74+132=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #424A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424A84 is #BDB57B. Grayscale: #4D4D4D. Windows color (decimal): -12432764 or 8669762. OLE color: 8669762.

HSL color Cylindrical-coordinate representation of color #424A84: hue angle of 232.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #424A84 is Cyan = 0.5, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 74 132 -
CMYK 0.5 0.44 0 0.48
HSL 232.73º 0.33% 0.39% -
HSV(B) 232.73º 0.5% 0.52% -
XYZ 8.86 7.72 22.85 -
YUV 78.22 158.35 119.28 -
System Red Green Blue C M Y K H S L
Decimal 66 74 132 0.5 0.44 0 0.48 232.73 0.33 0.39
Hex 42 4A 84 32 2C 0 30 E9 21 27
Octal 102 112 204 62 54 0 60 351 41 47
Binary 1000010 1001010 10000100 110010 101100 0 110000 11101001 100001 100111

Color Harmonies of #424A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A84

Black with #424A84

Text Example


Text Example

White with #424A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424A84; }

 p { color: rgb(66,74,132); }

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

background-color css

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

 a { background-color: rgb(66,74,132); }

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

border-color css

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

 span { border-color: rgb(66,74,132); }

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