Html Css Color HEX #42478B Jacksons Purple

📋 copy color: '#42478B'

red 66 ◦ green 71 ◦ blue 139

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

Shades of Jacksons Purple #42478B

Tints of Jacksons Purple #42478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.36%

R = 23.91%
G = 25.72%
B = 50.36%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42478B (or 0x42478B) is known color: Jacksons Purple. HEX triplet: 42, 47 and 8B. RGB value is (66,71,139). Sum of RGB (Red+Green+Blue) = 66+71+139=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #42478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42478B is #BDB874. Grayscale: #4C4C4C. Windows color (decimal): -12433525 or 9127746. OLE color: 9127746.

HSL color Cylindrical-coordinate representation of color #42478B: hue angle of 235.89º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42478B is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 71 139 -
CMYK 0.53 0.49 0 0.45
HSL 235.89º 0.36% 0.4% -
HSV(B) 235.89º 0.53% 0.55% -
XYZ 9.16 7.53 25.4 -
YUV 77.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 66 71 139 0.53 0.49 0 0.45 235.89 0.36 0.4
Hex 42 47 8B 35 31 0 2D EC 24 28
Octal 102 107 213 65 61 0 55 354 44 50
Binary 1000010 1000111 10001011 110101 110001 0 101101 11101100 100100 101000

Color Harmonies of #42478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42478B

Black with #42478B

Text Example


Text Example

White with #42478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42478B; }

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

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

background-color css

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

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

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

border-color css

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

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

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