Html Css Color HEX #414683 Jacksons Purple

📋 copy color: '#414683'

red 65 ◦ green 70 ◦ blue 131

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

Shades of Jacksons Purple #414683

Tints of Jacksons Purple #414683

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.32%

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

R = 24.44%
G = 26.32%
B = 49.25%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#414683 (or 0x414683) is known color: Jacksons Purple. HEX triplet: 41, 46 and 83. RGB value is (65,70,131). Sum of RGB (Red+Green+Blue) = 65+70+131=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #414683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414683 is #BEB97C. Grayscale: #4B4B4B. Windows color (decimal): -12499325 or 8603201. OLE color: 8603201.

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

Color convert

RGB 65 70 131 -
CMYK 0.50 0.47 0 0.49
HSL 235.45º 0.34% 0.38% -
HSV(B) 235.45º 0.5% 0.51% -
XYZ 8.47 7.14 22.41 -
YUV 75.46 159.34 120.54 -
System Red Green Blue C M Y K H S L
Decimal 65 70 131 0.50 0.47 0 0.49 235.45 0.34 0.38
Hex 41 46 83 32 2F 0 31 EB 22 26
Octal 101 106 203 62 57 0 61 353 42 46
Binary 1000001 1000110 10000011 110010 101111 0 110001 11101011 100010 100110

Color Harmonies of #414683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414683

Black with #414683

Text Example


Text Example

White with #414683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414683; }

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

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

background-color css

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

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

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

border-color css

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

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

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