Html Css Color HEX #42407F Jacksons Purple

📋 copy color: '#42407F'

red 66 ◦ green 64 ◦ blue 127

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

Shades of Jacksons Purple #42407F

Tints of Jacksons Purple #42407F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 49.42%

R = 25.68%
G = 24.9%
B = 49.42%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42407F (or 0x42407F) is known color: Jacksons Purple. HEX triplet: 42, 40 and 7F. RGB value is (66,64,127). Sum of RGB (Red+Green+Blue) = 66+64+127=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #42407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42407F is #BDBF80. Grayscale: #474747. Windows color (decimal): -12435329 or 8339522. OLE color: 8339522.

HSL color Cylindrical-coordinate representation of color #42407F: hue angle of 241.9º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42407F is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 64 127 -
CMYK 0.48 0.50 0 0.50
HSL 241.9º 0.33% 0.37% -
HSV(B) 241.9º 0.5% 0.5% -
XYZ 7.91 6.36 20.89 -
YUV 71.78 159.16 123.88 -
System Red Green Blue C M Y K H S L
Decimal 66 64 127 0.48 0.50 0 0.50 241.9 0.33 0.37
Hex 42 40 7F 30 32 0 32 F2 21 25
Octal 102 100 177 60 62 0 62 362 41 45
Binary 1000010 1000000 1111111 110000 110010 0 110010 11110010 100001 100101

Color Harmonies of #42407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42407F

Black with #42407F

Text Example


Text Example

White with #42407F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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