Html Css Color HEX #424882 Jacksons Purple

📋 copy color: '#424882'

red 66 ◦ green 72 ◦ blue 130

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

Shades of Jacksons Purple #424882

Tints of Jacksons Purple #424882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.51%

R = 24.63%
G = 26.87%
B = 48.51%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#424882 (or 0x424882) is known color: Jacksons Purple. HEX triplet: 42, 48 and 82. RGB value is (66,72,130). Sum of RGB (Red+Green+Blue) = 66+72+130=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #424882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424882 is #BDB77D. Grayscale: #4C4C4C. Windows color (decimal): -12433278 or 8538178. OLE color: 8538178.

HSL color Cylindrical-coordinate representation of color #424882: hue angle of 234.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #424882 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 72 130 -
CMYK 0.49 0.45 0 0.49
HSL 234.38º 0.33% 0.38% -
HSV(B) 234.38º 0.49% 0.51% -
XYZ 8.59 7.4 22.1 -
YUV 76.82 158.01 120.28 -
System Red Green Blue C M Y K H S L
Decimal 66 72 130 0.49 0.45 0 0.49 234.38 0.33 0.38
Hex 42 48 82 31 2D 0 31 EA 21 26
Octal 102 110 202 61 55 0 61 352 41 46
Binary 1000010 1001000 10000010 110001 101101 0 110001 11101010 100001 100110

Color Harmonies of #424882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424882

Black with #424882

Text Example


Text Example

White with #424882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424882; }

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

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

background-color css

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

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

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

border-color css

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

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

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