Html Css Color HEX #42477D Jacksons Purple

📋 copy color: '#42477D'

red 66 ◦ green 71 ◦ blue 125

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

Shades of Jacksons Purple #42477D

Tints of Jacksons Purple #42477D

RGB

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

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

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

R = 25.19%
G = 27.1%
B = 47.71%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42477D (or 0x42477D) is known color: Jacksons Purple. HEX triplet: 42, 47 and 7D. RGB value is (66,71,125). Sum of RGB (Red+Green+Blue) = 66+71+125=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #42477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42477D is #BDB882. Grayscale: #4B4B4B. Windows color (decimal): -12433539 or 8210242. OLE color: 8210242.

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

Color convert

RGB 66 71 125 -
CMYK 0.47 0.43 0 0.51
HSL 234.92º 0.31% 0.37% -
HSV(B) 234.92º 0.47% 0.49% -
XYZ 8.2 7.15 20.35 -
YUV 75.66 155.84 121.11 -
System Red Green Blue C M Y K H S L
Decimal 66 71 125 0.47 0.43 0 0.51 234.92 0.31 0.37
Hex 42 47 7D 2F 2B 0 33 EB 1F 25
Octal 102 107 175 57 53 0 63 353 37 45
Binary 1000010 1000111 1111101 101111 101011 0 110011 11101011 11111 100101

Color Harmonies of #42477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42477D

Black with #42477D

Text Example


Text Example

White with #42477D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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