Html Css Color HEX #424783 Jacksons Purple

📋 copy color: '#424783'

red 66 ◦ green 71 ◦ blue 131

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

Shades of Jacksons Purple #424783

Tints of Jacksons Purple #424783

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.49%

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

R = 24.63%
G = 26.49%
B = 48.88%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#424783 (or 0x424783) is known color: Jacksons Purple. HEX triplet: 42, 47 and 83. RGB value is (66,71,131). Sum of RGB (Red+Green+Blue) = 66+71+131=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #424783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424783 is #BDB87C. Grayscale: #4C4C4C. Windows color (decimal): -12433533 or 8603458. OLE color: 8603458.

HSL color Cylindrical-coordinate representation of color #424783: hue angle of 235.38º 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 #424783 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 71 131 -
CMYK 0.50 0.46 0 0.49
HSL 235.38º 0.33% 0.39% -
HSV(B) 235.38º 0.5% 0.51% -
XYZ 8.6 7.3 22.43 -
YUV 76.35 158.84 120.62 -
System Red Green Blue C M Y K H S L
Decimal 66 71 131 0.50 0.46 0 0.49 235.38 0.33 0.39
Hex 42 47 83 32 2E 0 31 EB 21 27
Octal 102 107 203 62 56 0 61 353 41 47
Binary 1000010 1000111 10000011 110010 101110 0 110001 11101011 100001 100111

Color Harmonies of #424783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424783

Black with #424783

Text Example


Text Example

White with #424783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424783; }

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

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

background-color css

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

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

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

border-color css

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

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

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