Html Css Color HEX #413D7B Jacksons Purple

📋 copy color: '#413D7B'

red 65 ◦ green 61 ◦ blue 123

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

Shades of Jacksons Purple #413D7B

Tints of Jacksons Purple #413D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 49.4%

R = 26.1%
G = 24.5%
B = 49.4%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#413D7B (or 0x413D7B) is known color: Jacksons Purple. HEX triplet: 41, 3D and 7B. RGB value is (65,61,123). Sum of RGB (Red+Green+Blue) = 65+61+123=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #413D7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D7B is #BEC284. Grayscale: #454545. Windows color (decimal): -12501637 or 8076609. OLE color: 8076609.

HSL color Cylindrical-coordinate representation of color #413D7B: hue angle of 243.87º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #413D7B is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 61 123 -
CMYK 0.47 0.50 0 0.52
HSL 243.87º 0.34% 0.36% -
HSV(B) 243.87º 0.5% 0.48% -
XYZ 7.42 5.89 19.48 -
YUV 69.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 65 61 123 0.47 0.50 0 0.52 243.87 0.34 0.36
Hex 41 3D 7B 2F 32 0 34 F4 22 24
Octal 101 75 173 57 62 0 64 364 42 44
Binary 1000001 111101 1111011 101111 110010 0 110100 11110100 100010 100100

Color Harmonies of #413D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D7B

Black with #413D7B

Text Example


Text Example

White with #413D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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