Html Css Color HEX #42447C Jacksons Purple

📋 copy color: '#42447C'

red 66 ◦ green 68 ◦ blue 124

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

Shades of Jacksons Purple #42447C

Tints of Jacksons Purple #42447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.36%

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

R = 25.58%
G = 26.36%
B = 48.06%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42447C (or 0x42447C) is known color: Jacksons Purple. HEX triplet: 42, 44 and 7C. RGB value is (66,68,124). Sum of RGB (Red+Green+Blue) = 66+68+124=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #42447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42447C is #BDBB83. Grayscale: #494949. Windows color (decimal): -12434308 or 8143938. OLE color: 8143938.

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

Color convert

RGB 66 68 124 -
CMYK 0.47 0.45 0 0.51
HSL 237.93º 0.31% 0.37% -
HSV(B) 237.93º 0.47% 0.49% -
XYZ 7.95 6.75 19.95 -
YUV 73.79 156.34 122.45 -
System Red Green Blue C M Y K H S L
Decimal 66 68 124 0.47 0.45 0 0.51 237.93 0.31 0.37
Hex 42 44 7C 2F 2D 0 33 EE 1F 25
Octal 102 104 174 57 55 0 63 356 37 45
Binary 1000010 1000100 1111100 101111 101101 0 110011 11101110 11111 100101

Color Harmonies of #42447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42447C

Black with #42447C

Text Example


Text Example

White with #42447C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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