Html Css Color HEX #42427A Jacksons Purple

📋 copy color: '#42427A'

red 66 ◦ green 66 ◦ blue 122

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

Shades of Jacksons Purple #42427A

Tints of Jacksons Purple #42427A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 48.03%

R = 25.98%
G = 25.98%
B = 48.03%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42427A (or 0x42427A) is known color: Jacksons Purple. HEX triplet: 42, 42 and 7A. RGB value is (66,66,122). Sum of RGB (Red+Green+Blue) = 66+66+122=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #42427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42427A is #BDBD85. Grayscale: #484848. Windows color (decimal): -12434822 or 8012354. OLE color: 8012354.

HSL color Cylindrical-coordinate representation of color #42427A: hue angle of 240º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42427A is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 66 122 -
CMYK 0.46 0.46 0 0.52
HSL 240º 0.3% 0.37% -
HSV(B) 240º 0.46% 0.48% -
XYZ 7.71 6.46 19.25 -
YUV 72.38 156 123.45 -
System Red Green Blue C M Y K H S L
Decimal 66 66 122 0.46 0.46 0 0.52 240 0.3 0.37
Hex 42 42 7A 2E 2E 0 34 F0 1E 25
Octal 102 102 172 56 56 0 64 360 36 45
Binary 1000010 1000010 1111010 101110 101110 0 110100 11110000 11110 100101

Color Harmonies of #42427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42427A

Black with #42427A

Text Example


Text Example

White with #42427A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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