Html Css Color HEX #424178 Jacksons Purple

📋 copy color: '#424178'

red 66 ◦ green 65 ◦ blue 120

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

Shades of Jacksons Purple #424178

Tints of Jacksons Purple #424178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.9%

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

R = 26.29%
G = 25.9%
B = 47.81%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#424178 (or 0x424178) is known color: Jacksons Purple. HEX triplet: 42, 41 and 78. RGB value is (66,65,120). Sum of RGB (Red+Green+Blue) = 66+65+120=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #424178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424178 is #BDBE87. Grayscale: #474747. Windows color (decimal): -12435080 or 7881026. OLE color: 7881026.

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

Color convert

RGB 66 65 120 -
CMYK 0.45 0.46 0 0.53
HSL 241.09º 0.3% 0.36% -
HSV(B) 241.09º 0.46% 0.47% -
XYZ 7.53 6.29 18.59 -
YUV 71.57 155.33 124.03 -
System Red Green Blue C M Y K H S L
Decimal 66 65 120 0.45 0.46 0 0.53 241.09 0.3 0.36
Hex 42 41 78 2D 2E 0 35 F1 1E 24
Octal 102 101 170 55 56 0 65 361 36 44
Binary 1000010 1000001 1111000 101101 101110 0 110101 11110001 11110 100100

Color Harmonies of #424178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424178

Black with #424178

Text Example


Text Example

White with #424178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424178; }

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

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

background-color css

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

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

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

border-color css

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

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

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