Html Css Color HEX #424883 Jacksons Purple

📋 copy color: '#424883'

red 66 ◦ green 72 ◦ blue 131

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

Shades of Jacksons Purple #424883

Tints of Jacksons Purple #424883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 48.7%

R = 24.54%
G = 26.77%
B = 48.7%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#424883 (or 0x424883) is known color: Jacksons Purple. HEX triplet: 42, 48 and 83. RGB value is (66,72,131). Sum of RGB (Red+Green+Blue) = 66+72+131=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #424883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424883 is #BDB77C. Grayscale: #4C4C4C. Windows color (decimal): -12433277 or 8603714. OLE color: 8603714.

HSL color Cylindrical-coordinate representation of color #424883: hue angle of 234.46º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #424883 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 72 131 -
CMYK 0.50 0.45 0 0.49
HSL 234.46º 0.33% 0.39% -
HSV(B) 234.46º 0.5% 0.51% -
XYZ 8.66 7.43 22.45 -
YUV 76.93 158.51 120.2 -
System Red Green Blue C M Y K H S L
Decimal 66 72 131 0.50 0.45 0 0.49 234.46 0.33 0.39
Hex 42 48 83 32 2D 0 31 EA 21 27
Octal 102 110 203 62 55 0 61 352 41 47
Binary 1000010 1001000 10000011 110010 101101 0 110001 11101010 100001 100111

Color Harmonies of #424883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424883

Black with #424883

Text Example


Text Example

White with #424883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424883; }

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

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

background-color css

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

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

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

border-color css

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

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

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