Html Css Color HEX #42427C Jacksons Purple

📋 copy color: '#42427C'

red 66 ◦ green 66 ◦ blue 124

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

Shades of Jacksons Purple #42427C

Tints of Jacksons Purple #42427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.78%

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

R = 25.78%
G = 25.78%
B = 48.44%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42427C (or 0x42427C) is known color: Jacksons Purple. HEX triplet: 42, 42 and 7C. RGB value is (66,66,124). Sum of RGB (Red+Green+Blue) = 66+66+124=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #42427C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42427C is #BDBD83. Grayscale: #484848. Windows color (decimal): -12434820 or 8143426. OLE color: 8143426.

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

Color convert

RGB 66 66 124 -
CMYK 0.47 0.47 0 0.51
HSL 240º 0.31% 0.37% -
HSV(B) 240º 0.47% 0.49% -
XYZ 7.83 6.51 19.91 -
YUV 72.61 157 123.28 -
System Red Green Blue C M Y K H S L
Decimal 66 66 124 0.47 0.47 0 0.51 240 0.31 0.37
Hex 42 42 7C 2F 2F 0 33 F0 1F 25
Octal 102 102 174 57 57 0 63 360 37 45
Binary 1000010 1000010 1111100 101111 101111 0 110011 11110000 11111 100101

Color Harmonies of #42427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42427C

Black with #42427C

Text Example


Text Example

White with #42427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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