Html Css Color HEX #424489 Jacksons Purple

📋 copy color: '#424489'

red 66 ◦ green 68 ◦ blue 137

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

Shades of Jacksons Purple #424489

Tints of Jacksons Purple #424489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50.55%

R = 24.35%
G = 25.09%
B = 50.55%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#424489 (or 0x424489) is known color: Jacksons Purple. HEX triplet: 42, 44 and 89. RGB value is (66,68,137). Sum of RGB (Red+Green+Blue) = 66+68+137=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #424489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424489 is #BDBB76. Grayscale: #4A4A4A. Windows color (decimal): -12434295 or 8995906. OLE color: 8995906.

HSL color Cylindrical-coordinate representation of color #424489: hue angle of 238.31º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #424489 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 68 137 -
CMYK 0.52 0.50 0 0.46
HSL 238.31º 0.35% 0.4% -
HSV(B) 238.31º 0.52% 0.54% -
XYZ 8.83 7.1 24.57 -
YUV 75.27 162.84 121.39 -
System Red Green Blue C M Y K H S L
Decimal 66 68 137 0.52 0.50 0 0.46 238.31 0.35 0.4
Hex 42 44 89 34 32 0 2E EE 23 28
Octal 102 104 211 64 62 0 56 356 43 50
Binary 1000010 1000100 10001001 110100 110010 0 101110 11101110 100011 101000

Color Harmonies of #424489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424489

Black with #424489

Text Example


Text Example

White with #424489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424489; }

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

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

background-color css

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

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

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

border-color css

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

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

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