Html Css Color HEX #424480 Jacksons Purple

📋 copy color: '#424480'

red 66 ◦ green 68 ◦ blue 128

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

Shades of Jacksons Purple #424480

Tints of Jacksons Purple #424480

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.95%

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

R = 25.19%
G = 25.95%
B = 48.85%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#424480 (or 0x424480) is known color: Jacksons Purple. HEX triplet: 42, 44 and 80. RGB value is (66,68,128). Sum of RGB (Red+Green+Blue) = 66+68+128=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #424480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424480 is #BDBB7F. Grayscale: #4A4A4A. Windows color (decimal): -12434304 or 8406082. OLE color: 8406082.

HSL color Cylindrical-coordinate representation of color #424480: hue angle of 238.06º 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 #424480 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 68 128 -
CMYK 0.48 0.47 0 0.50
HSL 238.06º 0.32% 0.38% -
HSV(B) 238.06º 0.48% 0.5% -
XYZ 8.21 6.85 21.31 -
YUV 74.24 158.34 122.12 -
System Red Green Blue C M Y K H S L
Decimal 66 68 128 0.48 0.47 0 0.50 238.06 0.32 0.38
Hex 42 44 80 30 2F 0 32 EE 20 26
Octal 102 104 200 60 57 0 62 356 40 46
Binary 1000010 1000100 10000000 110000 101111 0 110010 11101110 100000 100110

Color Harmonies of #424480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424480

Black with #424480

Text Example


Text Example

White with #424480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424480; }

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

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

background-color css

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

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

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

border-color css

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

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

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