Html Css Color HEX #424278 Jacksons Purple

📋 copy color: '#424278'

red 66 ◦ green 66 ◦ blue 120

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

Shades of Jacksons Purple #424278

Tints of Jacksons Purple #424278

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

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

R = 26.19%
G = 26.19%
B = 47.62%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#424278 (or 0x424278) is known color: Jacksons Purple. HEX triplet: 42, 42 and 78. RGB value is (66,66,120). Sum of RGB (Red+Green+Blue) = 66+66+120=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #424278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424278 is #BDBD87. Grayscale: #474747. Windows color (decimal): -12434824 or 7881282. OLE color: 7881282.

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

Color convert

RGB 66 66 120 -
CMYK 0.45 0.45 0 0.53
HSL 240º 0.29% 0.36% -
HSV(B) 240º 0.45% 0.47% -
XYZ 7.59 6.41 18.61 -
YUV 72.16 155 123.61 -
System Red Green Blue C M Y K H S L
Decimal 66 66 120 0.45 0.45 0 0.53 240 0.29 0.36
Hex 42 42 78 2D 2D 0 35 F0 1D 24
Octal 102 102 170 55 55 0 65 360 35 44
Binary 1000010 1000010 1111000 101101 101101 0 110101 11110000 11101 100100

Color Harmonies of #424278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424278

Black with #424278

Text Example


Text Example

White with #424278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424278; }

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

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

background-color css

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

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

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

border-color css

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

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

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