Html Css Color HEX #42497C Jacksons Purple

📋 copy color: '#42497C'

red 66 ◦ green 73 ◦ blue 124

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

Shades of Jacksons Purple #42497C

Tints of Jacksons Purple #42497C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.76%

 BLUE value IS 124 (48.83% from 255) = 47.15%

R = 25.1%
G = 27.76%
B = 47.15%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42497C (or 0x42497C) is known color: Jacksons Purple. HEX triplet: 42, 49 and 7C. RGB value is (66,73,124). Sum of RGB (Red+Green+Blue) = 66+73+124=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #42497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42497C is #BDB683. Grayscale: #4C4C4C. Windows color (decimal): -12433028 or 8145218. OLE color: 8145218.

HSL color Cylindrical-coordinate representation of color #42497C: hue angle of 232.76º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42497C is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 73 124 -
CMYK 0.47 0.41 0 0.51
HSL 232.76º 0.31% 0.37% -
HSV(B) 232.76º 0.47% 0.49% -
XYZ 8.27 7.38 20.06 -
YUV 76.72 154.68 120.35 -
System Red Green Blue C M Y K H S L
Decimal 66 73 124 0.47 0.41 0 0.51 232.76 0.31 0.37
Hex 42 49 7C 2F 29 0 33 E9 1F 25
Octal 102 111 174 57 51 0 63 351 37 45
Binary 1000010 1001001 1111100 101111 101001 0 110011 11101001 11111 100101

Color Harmonies of #42497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42497C

Black with #42497C

Text Example


Text Example

White with #42497C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,73,124); }

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

background-color css

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

 a { background-color: rgb(66,73,124); }

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

border-color css

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

 span { border-color: rgb(66,73,124); }

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