Html Css Color HEX #42457C Jacksons Purple

📋 copy color: '#42457C'

red 66 ◦ green 69 ◦ blue 124

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

Shades of Jacksons Purple #42457C

Tints of Jacksons Purple #42457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

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

R = 25.48%
G = 26.64%
B = 47.88%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42457C (or 0x42457C) is known color: Jacksons Purple. HEX triplet: 42, 45 and 7C. RGB value is (66,69,124). Sum of RGB (Red+Green+Blue) = 66+69+124=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #42457C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42457C is #BDBA83. Grayscale: #4A4A4A. Windows color (decimal): -12434052 or 8144194. OLE color: 8144194.

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

Color convert

RGB 66 69 124 -
CMYK 0.47 0.44 0 0.51
HSL 236.9º 0.31% 0.37% -
HSV(B) 236.9º 0.47% 0.49% -
XYZ 8.01 6.87 19.97 -
YUV 74.37 156.01 122.03 -
System Red Green Blue C M Y K H S L
Decimal 66 69 124 0.47 0.44 0 0.51 236.9 0.31 0.37
Hex 42 45 7C 2F 2C 0 33 ED 1F 25
Octal 102 105 174 57 54 0 63 355 37 45
Binary 1000010 1000101 1111100 101111 101100 0 110011 11101101 11111 100101

Color Harmonies of #42457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42457C

Black with #42457C

Text Example


Text Example

White with #42457C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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