Html Css Color HEX #42497D Jacksons Purple

📋 copy color: '#42497D'

red 66 ◦ green 73 ◦ blue 125

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

Shades of Jacksons Purple #42497D

Tints of Jacksons Purple #42497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.35%

R = 25%
G = 27.65%
B = 47.35%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42497D (or 0x42497D) is known color: Jacksons Purple. HEX triplet: 42, 49 and 7D. RGB value is (66,73,125). Sum of RGB (Red+Green+Blue) = 66+73+125=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #42497D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42497D is #BDB682. Grayscale: #4C4C4C. Windows color (decimal): -12433027 or 8210754. OLE color: 8210754.

HSL color Cylindrical-coordinate representation of color #42497D: hue angle of 232.88º 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 #42497D is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 73 125 -
CMYK 0.47 0.42 0 0.51
HSL 232.88º 0.31% 0.37% -
HSV(B) 232.88º 0.47% 0.49% -
XYZ 8.33 7.4 20.39 -
YUV 76.84 155.18 120.27 -
System Red Green Blue C M Y K H S L
Decimal 66 73 125 0.47 0.42 0 0.51 232.88 0.31 0.37
Hex 42 49 7D 2F 2A 0 33 E9 1F 25
Octal 102 111 175 57 52 0 63 351 37 45
Binary 1000010 1001001 1111101 101111 101010 0 110011 11101001 11111 100101

Color Harmonies of #42497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42497D

Black with #42497D

Text Example


Text Example

White with #42497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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