Html Css Color HEX #42407E Jacksons Purple

📋 copy color: '#42407E'

red 66 ◦ green 64 ◦ blue 126

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

Shades of Jacksons Purple #42407E

Tints of Jacksons Purple #42407E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 49.22%

R = 25.78%
G = 25%
B = 49.22%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42407E (or 0x42407E) is known color: Jacksons Purple. HEX triplet: 42, 40 and 7E. RGB value is (66,64,126). Sum of RGB (Red+Green+Blue) = 66+64+126=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #42407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42407E is #BDBF81. Grayscale: #474747. Windows color (decimal): -12435330 or 8273986. OLE color: 8273986.

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

Color convert

RGB 66 64 126 -
CMYK 0.48 0.49 0 0.51
HSL 241.94º 0.33% 0.37% -
HSV(B) 241.94º 0.49% 0.49% -
XYZ 7.85 6.33 20.55 -
YUV 71.67 158.66 123.96 -
System Red Green Blue C M Y K H S L
Decimal 66 64 126 0.48 0.49 0 0.51 241.94 0.33 0.37
Hex 42 40 7E 30 31 0 33 F2 21 25
Octal 102 100 176 60 61 0 63 362 41 45
Binary 1000010 1000000 1111110 110000 110001 0 110011 11110010 100001 100101

Color Harmonies of #42407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42407E

Black with #42407E

Text Example


Text Example

White with #42407E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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