Html Css Color HEX #42407A Jacksons Purple

📋 copy color: '#42407A'

red 66 ◦ green 64 ◦ blue 122

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

Shades of Jacksons Purple #42407A

Tints of Jacksons Purple #42407A

RGB

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

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

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

R = 26.19%
G = 25.4%
B = 48.41%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42407A (or 0x42407A) is known color: Jacksons Purple. HEX triplet: 42, 40 and 7A. RGB value is (66,64,122). Sum of RGB (Red+Green+Blue) = 66+64+122=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #42407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42407A is #BDBF85. Grayscale: #464646. Windows color (decimal): -12435334 or 8011842. OLE color: 8011842.

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

Color convert

RGB 66 64 122 -
CMYK 0.46 0.48 0 0.52
HSL 242.07º 0.31% 0.36% -
HSV(B) 242.07º 0.48% 0.48% -
XYZ 7.59 6.23 19.21 -
YUV 71.21 156.66 124.28 -
System Red Green Blue C M Y K H S L
Decimal 66 64 122 0.46 0.48 0 0.52 242.07 0.31 0.36
Hex 42 40 7A 2E 30 0 34 F2 1F 24
Octal 102 100 172 56 60 0 64 362 37 44
Binary 1000010 1000000 1111010 101110 110000 0 110100 11110010 11111 100100

Color Harmonies of #42407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42407A

Black with #42407A

Text Example


Text Example

White with #42407A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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