Html Css Color HEX #42477B Jacksons Purple

📋 copy color: '#42477B'

red 66 ◦ green 71 ◦ blue 123

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

Shades of Jacksons Purple #42477B

Tints of Jacksons Purple #42477B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 47.31%

R = 25.38%
G = 27.31%
B = 47.31%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42477B (or 0x42477B) is known color: Jacksons Purple. HEX triplet: 42, 47 and 7B. RGB value is (66,71,123). Sum of RGB (Red+Green+Blue) = 66+71+123=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #42477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42477B is #BDB884. Grayscale: #4B4B4B. Windows color (decimal): -12433541 or 8079170. OLE color: 8079170.

HSL color Cylindrical-coordinate representation of color #42477B: hue angle of 234.74º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42477B is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 71 123 -
CMYK 0.46 0.42 0 0.52
HSL 234.74º 0.3% 0.37% -
HSV(B) 234.74º 0.46% 0.48% -
XYZ 8.08 7.09 19.68 -
YUV 75.43 154.84 121.27 -
System Red Green Blue C M Y K H S L
Decimal 66 71 123 0.46 0.42 0 0.52 234.74 0.3 0.37
Hex 42 47 7B 2E 2A 0 34 EB 1E 25
Octal 102 107 173 56 52 0 64 353 36 45
Binary 1000010 1000111 1111011 101110 101010 0 110100 11101011 11110 100101

Color Harmonies of #42477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42477B

Black with #42477B

Text Example


Text Example

White with #42477B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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