Html Css Color HEX #424482 Jacksons Purple

📋 copy color: '#424482'

red 66 ◦ green 68 ◦ blue 130

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

Shades of Jacksons Purple #424482

Tints of Jacksons Purple #424482

RGB

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

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

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

R = 25%
G = 25.76%
B = 49.24%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#424482 (or 0x424482) is known color: Jacksons Purple. HEX triplet: 42, 44 and 82. RGB value is (66,68,130). Sum of RGB (Red+Green+Blue) = 66+68+130=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #424482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424482 is #BDBB7D. Grayscale: #4A4A4A. Windows color (decimal): -12434302 or 8537154. OLE color: 8537154.

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

Color convert

RGB 66 68 130 -
CMYK 0.49 0.48 0 0.49
HSL 238.13º 0.33% 0.38% -
HSV(B) 238.13º 0.49% 0.51% -
XYZ 8.34 6.9 22.01 -
YUV 74.47 159.34 121.96 -
System Red Green Blue C M Y K H S L
Decimal 66 68 130 0.49 0.48 0 0.49 238.13 0.33 0.38
Hex 42 44 82 31 30 0 31 EE 21 26
Octal 102 104 202 61 60 0 61 356 41 46
Binary 1000010 1000100 10000010 110001 110000 0 110001 11101110 100001 100110

Color Harmonies of #424482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424482

Black with #424482

Text Example


Text Example

White with #424482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424482; }

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

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

background-color css

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

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

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

border-color css

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

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

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