Html Css Color HEX #42488E Jacksons Purple

📋 copy color: '#42488E'

red 66 ◦ green 72 ◦ blue 142

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

Shades of Jacksons Purple #42488E

Tints of Jacksons Purple #42488E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.71%

 BLUE value IS 142 (55.86% from 255) = 50.71%

R = 23.57%
G = 25.71%
B = 50.71%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#42488E (or 0x42488E) is known color: Jacksons Purple. HEX triplet: 42, 48 and 8E. RGB value is (66,72,142). Sum of RGB (Red+Green+Blue) = 66+72+142=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #42488E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42488E is #BDB771. Grayscale: #4D4D4D. Windows color (decimal): -12433266 or 9324610. OLE color: 9324610.

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

Color convert

RGB 66 72 142 -
CMYK 0.54 0.49 0 0.44
HSL 235.26º 0.37% 0.41% -
HSV(B) 235.26º 0.54% 0.56% -
XYZ 9.45 7.75 26.59 -
YUV 78.19 164.01 119.31 -
System Red Green Blue C M Y K H S L
Decimal 66 72 142 0.54 0.49 0 0.44 235.26 0.37 0.41
Hex 42 48 8E 36 31 0 2C EB 25 29
Octal 102 110 216 66 61 0 54 353 45 51
Binary 1000010 1001000 10001110 110110 110001 0 101100 11101011 100101 101001

Color Harmonies of #42488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42488E

Black with #42488E

Text Example


Text Example

White with #42488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42488E; }

 p { color: rgb(66,72,142); }

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

background-color css

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

 a { background-color: rgb(66,72,142); }

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

border-color css

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

 span { border-color: rgb(66,72,142); }

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