Html Css Color HEX #424678 Jacksons Purple

📋 copy color: '#424678'

red 66 ◦ green 70 ◦ blue 120

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

Shades of Jacksons Purple #424678

Tints of Jacksons Purple #424678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.88%

R = 25.78%
G = 27.34%
B = 46.88%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#424678 (or 0x424678) is known color: Jacksons Purple. HEX triplet: 42, 46 and 78. RGB value is (66,70,120). Sum of RGB (Red+Green+Blue) = 66+70+120=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #424678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424678 is #BDB987. Grayscale: #4A4A4A. Windows color (decimal): -12433800 or 7882306. OLE color: 7882306.

HSL color Cylindrical-coordinate representation of color #424678: hue angle of 235.56º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #424678 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 70 120 -
CMYK 0.45 0.42 0 0.53
HSL 235.56º 0.29% 0.36% -
HSV(B) 235.56º 0.45% 0.47% -
XYZ 7.83 6.89 18.69 -
YUV 74.5 153.67 121.93 -
System Red Green Blue C M Y K H S L
Decimal 66 70 120 0.45 0.42 0 0.53 235.56 0.29 0.36
Hex 42 46 78 2D 2A 0 35 EC 1D 24
Octal 102 106 170 55 52 0 65 354 35 44
Binary 1000010 1000110 1111000 101101 101010 0 110101 11101100 11101 100100

Color Harmonies of #424678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424678

Black with #424678

Text Example


Text Example

White with #424678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424678; }

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

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

background-color css

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

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

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

border-color css

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

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

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