Html Css Color HEX #42407C Jacksons Purple

📋 copy color: '#42407C'

red 66 ◦ green 64 ◦ blue 124

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

Shades of Jacksons Purple #42407C

Tints of Jacksons Purple #42407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.2%

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

R = 25.98%
G = 25.2%
B = 48.82%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42407C (or 0x42407C) is known color: Jacksons Purple. HEX triplet: 42, 40 and 7C. RGB value is (66,64,124). Sum of RGB (Red+Green+Blue) = 66+64+124=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #42407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42407C is #BDBF83. Grayscale: #474747. Windows color (decimal): -12435332 or 8142914. OLE color: 8142914.

HSL color Cylindrical-coordinate representation of color #42407C: hue angle of 242º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42407C is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 64 124 -
CMYK 0.47 0.48 0 0.51
HSL 242º 0.32% 0.37% -
HSV(B) 242º 0.48% 0.49% -
XYZ 7.72 6.28 19.87 -
YUV 71.44 157.66 124.12 -
System Red Green Blue C M Y K H S L
Decimal 66 64 124 0.47 0.48 0 0.51 242 0.32 0.37
Hex 42 40 7C 2F 30 0 33 F2 20 25
Octal 102 100 174 57 60 0 63 362 40 45
Binary 1000010 1000000 1111100 101111 110000 0 110011 11110010 100000 100101

Color Harmonies of #42407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42407C

Black with #42407C

Text Example


Text Example

White with #42407C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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