Html Css Color HEX #413D83 Jacksons Purple

📋 copy color: '#413D83'

red 65 ◦ green 61 ◦ blue 131

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

Shades of Jacksons Purple #413D83

Tints of Jacksons Purple #413D83

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.74%

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

R = 25.29%
G = 23.74%
B = 50.97%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#413D83 (or 0x413D83) is known color: Jacksons Purple. HEX triplet: 41, 3D and 83. RGB value is (65,61,131). Sum of RGB (Red+Green+Blue) = 65+61+131=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #413D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413D83 is #BEC27C. Grayscale: #454545. Windows color (decimal): -12501629 or 8600897. OLE color: 8600897.

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

Color convert

RGB 65 61 131 -
CMYK 0.50 0.53 0 0.49
HSL 243.43º 0.36% 0.38% -
HSV(B) 243.43º 0.53% 0.51% -
XYZ 7.95 6.1 22.23 -
YUV 70.18 162.33 124.31 -
System Red Green Blue C M Y K H S L
Decimal 65 61 131 0.50 0.53 0 0.49 243.43 0.36 0.38
Hex 41 3D 83 32 35 0 31 F3 24 26
Octal 101 75 203 62 65 0 61 363 44 46
Binary 1000001 111101 10000011 110010 110101 0 110001 11110011 100100 100110

Color Harmonies of #413D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D83

Black with #413D83

Text Example


Text Example

White with #413D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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