Html Css Color HEX #42478C Jacksons Purple

📋 copy color: '#42478C'

red 66 ◦ green 71 ◦ blue 140

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

Shades of Jacksons Purple #42478C

Tints of Jacksons Purple #42478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.54%

R = 23.83%
G = 25.63%
B = 50.54%

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

#42478C (or 0x42478C) is known color: Jacksons Purple. HEX triplet: 42, 47 and 8C. RGB value is (66,71,140). Sum of RGB (Red+Green+Blue) = 66+71+140=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #42478C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42478C is #BDB873. Grayscale: #4D4D4D. Windows color (decimal): -12433524 or 9193282. OLE color: 9193282.

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

Color convert

RGB 66 71 140 -
CMYK 0.53 0.49 0 0.45
HSL 235.95º 0.36% 0.4% -
HSV(B) 235.95º 0.53% 0.55% -
XYZ 9.23 7.56 25.78 -
YUV 77.37 163.34 119.89 -
System Red Green Blue C M Y K H S L
Decimal 66 71 140 0.53 0.49 0 0.45 235.95 0.36 0.4
Hex 42 47 8C 35 31 0 2D EC 24 28
Octal 102 107 214 65 61 0 55 354 44 50
Binary 1000010 1000111 10001100 110101 110001 0 101101 11101100 100100 101000

Color Harmonies of #42478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42478C

Black with #42478C

Text Example


Text Example

White with #42478C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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