Html Css Color HEX #424887 Jacksons Purple

📋 copy color: '#424887'

red 66 ◦ green 72 ◦ blue 135

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

Shades of Jacksons Purple #424887

Tints of Jacksons Purple #424887

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.37%

 BLUE value IS 135 (53.13% from 255) = 49.45%

R = 24.18%
G = 26.37%
B = 49.45%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#424887 (or 0x424887) is known color: Jacksons Purple. HEX triplet: 42, 48 and 87. RGB value is (66,72,135). Sum of RGB (Red+Green+Blue) = 66+72+135=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #424887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424887 is #BDB778. Grayscale: #4D4D4D. Windows color (decimal): -12433273 or 8865858. OLE color: 8865858.

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

Color convert

RGB 66 72 135 -
CMYK 0.51 0.47 0 0.47
HSL 234.78º 0.34% 0.39% -
HSV(B) 234.78º 0.51% 0.53% -
XYZ 8.94 7.54 23.91 -
YUV 77.39 160.51 119.88 -
System Red Green Blue C M Y K H S L
Decimal 66 72 135 0.51 0.47 0 0.47 234.78 0.34 0.39
Hex 42 48 87 33 2F 0 2F EB 22 27
Octal 102 110 207 63 57 0 57 353 42 47
Binary 1000010 1001000 10000111 110011 101111 0 101111 11101011 100010 100111

Color Harmonies of #424887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424887

Black with #424887

Text Example


Text Example

White with #424887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424887; }

 p { color: rgb(66,72,135); }

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

background-color css

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

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

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

border-color css

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

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

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