Html Css Color HEX #424578 Jacksons Purple

📋 copy color: '#424578'

red 66 ◦ green 69 ◦ blue 120

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

Shades of Jacksons Purple #424578

Tints of Jacksons Purple #424578

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.06%

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

R = 25.88%
G = 27.06%
B = 47.06%

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

#424578 (or 0x424578) is known color: Jacksons Purple. HEX triplet: 42, 45 and 78. RGB value is (66,69,120). Sum of RGB (Red+Green+Blue) = 66+69+120=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #424578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424578 is #BDBA87. Grayscale: #494949. Windows color (decimal): -12434056 or 7882050. OLE color: 7882050.

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

Color convert

RGB 66 69 120 -
CMYK 0.45 0.42 0 0.53
HSL 236.67º 0.29% 0.36% -
HSV(B) 236.67º 0.45% 0.47% -
XYZ 7.77 6.77 18.67 -
YUV 73.92 154.01 122.35 -
System Red Green Blue C M Y K H S L
Decimal 66 69 120 0.45 0.42 0 0.53 236.67 0.29 0.36
Hex 42 45 78 2D 2A 0 35 ED 1D 24
Octal 102 105 170 55 52 0 65 355 35 44
Binary 1000010 1000101 1111000 101101 101010 0 110101 11101101 11101 100100

Color Harmonies of #424578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424578

Black with #424578

Text Example


Text Example

White with #424578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424578; }

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

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

background-color css

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

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

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

border-color css

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

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

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