Html Css Color HEX #424790 Jacksons Purple

📋 copy color: '#424790'

red 66 ◦ green 71 ◦ blue 144

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

Shades of Jacksons Purple #424790

Tints of Jacksons Purple #424790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.27%

 BLUE value IS 144 (56.64% from 255) = 51.25%

R = 23.49%
G = 25.27%
B = 51.25%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#424790 (or 0x424790) is known color: Jacksons Purple. HEX triplet: 42, 47 and 90. RGB value is (66,71,144). Sum of RGB (Red+Green+Blue) = 66+71+144=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #424790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424790 is #BDB86F. Grayscale: #4D4D4D. Windows color (decimal): -12433520 or 9455426. OLE color: 9455426.

HSL color Cylindrical-coordinate representation of color #424790: hue angle of 236.15º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #424790 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 71 144 -
CMYK 0.54 0.51 0 0.44
HSL 236.15º 0.37% 0.41% -
HSV(B) 236.15º 0.54% 0.56% -
XYZ 9.53 7.68 27.37 -
YUV 77.83 165.34 119.56 -
System Red Green Blue C M Y K H S L
Decimal 66 71 144 0.54 0.51 0 0.44 236.15 0.37 0.41
Hex 42 47 90 36 33 0 2C EC 25 29
Octal 102 107 220 66 63 0 54 354 45 51
Binary 1000010 1000111 10010000 110110 110011 0 101100 11101100 100101 101001

Color Harmonies of #424790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424790

Black with #424790

Text Example


Text Example

White with #424790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424790; }

 p { color: rgb(66,71,144); }

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

background-color css

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

 a { background-color: rgb(66,71,144); }

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

border-color css

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

 span { border-color: rgb(66,71,144); }

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