Html Css Color HEX #424478 Jacksons Purple

📋 copy color: '#424478'

red 66 ◦ green 68 ◦ blue 120

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

Shades of Jacksons Purple #424478

Tints of Jacksons Purple #424478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.77%

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

R = 25.98%
G = 26.77%
B = 47.24%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#424478 (or 0x424478) is known color: Jacksons Purple. HEX triplet: 42, 44 and 78. RGB value is (66,68,120). Sum of RGB (Red+Green+Blue) = 66+68+120=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #424478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424478 is #BDBB87. Grayscale: #494949. Windows color (decimal): -12434312 or 7881794. OLE color: 7881794.

HSL color Cylindrical-coordinate representation of color #424478: hue angle of 237.78º 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 #424478 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 68 120 -
CMYK 0.45 0.43 0 0.53
HSL 237.78º 0.29% 0.36% -
HSV(B) 237.78º 0.45% 0.47% -
XYZ 7.7 6.65 18.65 -
YUV 73.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 66 68 120 0.45 0.43 0 0.53 237.78 0.29 0.36
Hex 42 44 78 2D 2B 0 35 EE 1D 24
Octal 102 104 170 55 53 0 65 356 35 44
Binary 1000010 1000100 1111000 101101 101011 0 110101 11101110 11101 100100

Color Harmonies of #424478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424478

Black with #424478

Text Example


Text Example

White with #424478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424478; }

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

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

background-color css

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

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

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

border-color css

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

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

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