Html Css Color HEX #42487F Jacksons Purple

📋 copy color: '#42487F'

red 66 ◦ green 72 ◦ blue 127

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

Shades of Jacksons Purple #42487F

Tints of Jacksons Purple #42487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.17%

 BLUE value IS 127 (50% from 255) = 47.92%

R = 24.91%
G = 27.17%
B = 47.92%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42487F (or 0x42487F) is known color: Jacksons Purple. HEX triplet: 42, 48 and 7F. RGB value is (66,72,127). Sum of RGB (Red+Green+Blue) = 66+72+127=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #42487F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42487F is #BDB780. Grayscale: #4C4C4C. Windows color (decimal): -12433281 or 8341570. OLE color: 8341570.

HSL color Cylindrical-coordinate representation of color #42487F: hue angle of 234.1º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42487F is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 72 127 -
CMYK 0.48 0.43 0 0.50
HSL 234.1º 0.32% 0.38% -
HSV(B) 234.1º 0.48% 0.5% -
XYZ 8.39 7.33 21.05 -
YUV 76.48 156.51 120.53 -
System Red Green Blue C M Y K H S L
Decimal 66 72 127 0.48 0.43 0 0.50 234.1 0.32 0.38
Hex 42 48 7F 30 2B 0 32 EA 20 26
Octal 102 110 177 60 53 0 62 352 40 46
Binary 1000010 1001000 1111111 110000 101011 0 110010 11101010 100000 100110

Color Harmonies of #42487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42487F

Black with #42487F

Text Example


Text Example

White with #42487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42487F; }

 p { color: rgb(66,72,127); }

 H1.HeaderClassName
 {
   color: #42487F;
 }
 .AnyTagClassName
 {
   color: #42487F;
 }
</style>

background-color css

<style>
 a { background-color: #42487F; }

 a { background-color: rgb(66,72,127); }

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

border-color css

<style>
 span { border-color: #42487F; }

 span { border-color: rgb(66,72,127); }

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