Html Css Color HEX #414783 Jacksons Purple

📋 copy color: '#414783'

red 65 ◦ green 71 ◦ blue 131

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

Shades of Jacksons Purple #414783

Tints of Jacksons Purple #414783

RGB

 RED value IS 65 (25.78% from 255) = 24.34%

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

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

R = 24.34%
G = 26.59%
B = 49.06%

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

#414783 (or 0x414783) is known color: Jacksons Purple. HEX triplet: 41, 47 and 83. RGB value is (65,71,131). Sum of RGB (Red+Green+Blue) = 65+71+131=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 131 (51.56% from 255 or 49.06% from 267); Max value from RGB is 131 - color contains mainly: blue. Hex color #414783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414783 is #BEB87C. Grayscale: #4B4B4B. Windows color (decimal): -12499069 or 8603457. OLE color: 8603457.

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

Color convert

RGB 65 71 131 -
CMYK 0.50 0.46 0 0.49
HSL 234.55º 0.34% 0.38% -
HSV(B) 234.55º 0.5% 0.51% -
XYZ 8.53 7.27 22.43 -
YUV 76.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 65 71 131 0.50 0.46 0 0.49 234.55 0.34 0.38
Hex 41 47 83 32 2E 0 31 EB 22 26
Octal 101 107 203 62 56 0 61 353 42 46
Binary 1000001 1000111 10000011 110010 101110 0 110001 11101011 100010 100110

Color Harmonies of #414783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414783

Black with #414783

Text Example


Text Example

White with #414783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414783; }

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

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

background-color css

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

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

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

border-color css

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

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

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