Html Css Color HEX #413E7D Jacksons Purple

📋 copy color: '#413E7D'

red 65 ◦ green 62 ◦ blue 125

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

Shades of Jacksons Purple #413E7D

Tints of Jacksons Purple #413E7D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.6%

 BLUE value IS 125 (49.22% from 255) = 49.6%

R = 25.79%
G = 24.6%
B = 49.6%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#413E7D (or 0x413E7D) is known color: Jacksons Purple. HEX triplet: 41, 3E and 7D. RGB value is (65,62,125). Sum of RGB (Red+Green+Blue) = 65+62+125=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #413E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E7D is #BEC182. Grayscale: #454545. Windows color (decimal): -12501379 or 8207937. OLE color: 8207937.

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

Color convert

RGB 65 62 125 -
CMYK 0.48 0.50 0 0.51
HSL 242.86º 0.34% 0.37% -
HSV(B) 242.86º 0.5% 0.49% -
XYZ 7.6 6.05 20.17 -
YUV 70.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 65 62 125 0.48 0.50 0 0.51 242.86 0.34 0.37
Hex 41 3E 7D 30 32 0 33 F3 22 25
Octal 101 76 175 60 62 0 63 363 42 45
Binary 1000001 111110 1111101 110000 110010 0 110011 11110011 100010 100101

Color Harmonies of #413E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E7D

Black with #413E7D

Text Example


Text Example

White with #413E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,62,125); }

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

background-color css

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

 a { background-color: rgb(65,62,125); }

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

border-color css

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

 span { border-color: rgb(65,62,125); }

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