Html Css Color HEX #414483 Jacksons Purple

📋 copy color: '#414483'

red 65 ◦ green 68 ◦ blue 131

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

Shades of Jacksons Purple #414483

Tints of Jacksons Purple #414483

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.76%

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

R = 24.62%
G = 25.76%
B = 49.62%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#414483 (or 0x414483) is known color: Jacksons Purple. HEX triplet: 41, 44 and 83. RGB value is (65,68,131). Sum of RGB (Red+Green+Blue) = 65+68+131=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #414483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414483 is #BEBB7C. Grayscale: #4A4A4A. Windows color (decimal): -12499837 or 8602689. OLE color: 8602689.

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

Color convert

RGB 65 68 131 -
CMYK 0.50 0.48 0 0.49
HSL 237.27º 0.34% 0.38% -
HSV(B) 237.27º 0.5% 0.51% -
XYZ 8.34 6.9 22.36 -
YUV 74.29 160.01 121.38 -
System Red Green Blue C M Y K H S L
Decimal 65 68 131 0.50 0.48 0 0.49 237.27 0.34 0.38
Hex 41 44 83 32 30 0 31 ED 22 26
Octal 101 104 203 62 60 0 61 355 42 46
Binary 1000001 1000100 10000011 110010 110000 0 110001 11101101 100010 100110

Color Harmonies of #414483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414483

Black with #414483

Text Example


Text Example

White with #414483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414483; }

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

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

background-color css

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

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

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

border-color css

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

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

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