Html Css Color HEX #42467F Jacksons Purple

📋 copy color: '#42467F'

red 66 ◦ green 70 ◦ blue 127

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

Shades of Jacksons Purple #42467F

Tints of Jacksons Purple #42467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.62%

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

R = 25.1%
G = 26.62%
B = 48.29%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42467F (or 0x42467F) is known color: Jacksons Purple. HEX triplet: 42, 46 and 7F. RGB value is (66,70,127). Sum of RGB (Red+Green+Blue) = 66+70+127=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #42467F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42467F is #BDB980. Grayscale: #4B4B4B. Windows color (decimal): -12433793 or 8341058. OLE color: 8341058.

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

Color convert

RGB 66 70 127 -
CMYK 0.48 0.45 0 0.50
HSL 236.07º 0.32% 0.38% -
HSV(B) 236.07º 0.48% 0.5% -
XYZ 8.27 7.07 21.01 -
YUV 75.3 157.17 121.37 -
System Red Green Blue C M Y K H S L
Decimal 66 70 127 0.48 0.45 0 0.50 236.07 0.32 0.38
Hex 42 46 7F 30 2D 0 32 EC 20 26
Octal 102 106 177 60 55 0 62 354 40 46
Binary 1000010 1000110 1111111 110000 101101 0 110010 11101100 100000 100110

Color Harmonies of #42467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42467F

Black with #42467F

Text Example


Text Example

White with #42467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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