Html Css Color HEX #424080 Jacksons Purple

📋 copy color: '#424080'

red 66 ◦ green 64 ◦ blue 128

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

Shades of Jacksons Purple #424080

Tints of Jacksons Purple #424080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.81%

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

R = 25.58%
G = 24.81%
B = 49.61%

CMYK

 C value IS 0.48

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#424080 (or 0x424080) is known color: Jacksons Purple. HEX triplet: 42, 40 and 80. RGB value is (66,64,128). Sum of RGB (Red+Green+Blue) = 66+64+128=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #424080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424080 is #BDBF7F. Grayscale: #474747. Windows color (decimal): -12435328 or 8405058. OLE color: 8405058.

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

Color convert

RGB 66 64 128 -
CMYK 0.48 0.5 0 0.50
HSL 241.88º 0.33% 0.38% -
HSV(B) 241.88º 0.5% 0.5% -
XYZ 7.98 6.38 21.23 -
YUV 71.89 159.66 123.8 -
System Red Green Blue C M Y K H S L
Decimal 66 64 128 0.48 0.5 0 0.50 241.88 0.33 0.38
Hex 42 40 80 30 32 0 32 F2 21 26
Octal 102 100 200 60 62 0 62 362 41 46
Binary 1000010 1000000 10000000 110000 110010 0 110010 11110010 100001 100110

Color Harmonies of #424080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424080

Black with #424080

Text Example


Text Example

White with #424080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424080; }

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

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

background-color css

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

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

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

border-color css

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

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

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