Html Css Color HEX #424880 Jacksons Purple

📋 copy color: '#424880'

red 66 ◦ green 72 ◦ blue 128

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

Shades of Jacksons Purple #424880

Tints of Jacksons Purple #424880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 48.12%

R = 24.81%
G = 27.07%
B = 48.12%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#424880 (or 0x424880) is known color: Jacksons Purple. HEX triplet: 42, 48 and 80. RGB value is (66,72,128). Sum of RGB (Red+Green+Blue) = 66+72+128=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #424880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424880 is #BDB77F. Grayscale: #4C4C4C. Windows color (decimal): -12433280 or 8407106. OLE color: 8407106.

HSL color Cylindrical-coordinate representation of color #424880: hue angle of 234.19º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #424880 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 72 128 -
CMYK 0.48 0.44 0 0.50
HSL 234.19º 0.32% 0.38% -
HSV(B) 234.19º 0.48% 0.5% -
XYZ 8.46 7.35 21.4 -
YUV 76.59 157.01 120.45 -
System Red Green Blue C M Y K H S L
Decimal 66 72 128 0.48 0.44 0 0.50 234.19 0.32 0.38
Hex 42 48 80 30 2C 0 32 EA 20 26
Octal 102 110 200 60 54 0 62 352 40 46
Binary 1000010 1001000 10000000 110000 101100 0 110010 11101010 100000 100110

Color Harmonies of #424880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424880

Black with #424880

Text Example


Text Example

White with #424880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424880; }

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

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

background-color css

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

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

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

border-color css

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

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

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