Html Css Color HEX #424078 Jacksons Purple

📋 copy color: '#424078'

red 66 ◦ green 64 ◦ blue 120

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

Shades of Jacksons Purple #424078

Tints of Jacksons Purple #424078

RGB

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

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

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

R = 26.4%
G = 25.6%
B = 48%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#424078 (or 0x424078) is known color: Jacksons Purple. HEX triplet: 42, 40 and 78. RGB value is (66,64,120). Sum of RGB (Red+Green+Blue) = 66+64+120=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #424078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424078 is #BDBF87. Grayscale: #464646. Windows color (decimal): -12435336 or 7880770. OLE color: 7880770.

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

Color convert

RGB 66 64 120 -
CMYK 0.45 0.47 0 0.53
HSL 242.14º 0.3% 0.36% -
HSV(B) 242.14º 0.47% 0.47% -
XYZ 7.47 6.18 18.57 -
YUV 70.98 155.66 124.45 -
System Red Green Blue C M Y K H S L
Decimal 66 64 120 0.45 0.47 0 0.53 242.14 0.3 0.36
Hex 42 40 78 2D 2F 0 35 F2 1E 24
Octal 102 100 170 55 57 0 65 362 36 44
Binary 1000010 1000000 1111000 101101 101111 0 110101 11110010 11110 100100

Color Harmonies of #424078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424078

Black with #424078

Text Example


Text Example

White with #424078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424078; }

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

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

background-color css

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

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

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

border-color css

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

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

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