Html Css Color HEX #413A7F Jacksons Purple

📋 copy color: '#413A7F'

red 65 ◦ green 58 ◦ blue 127

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

Shades of Jacksons Purple #413A7F

Tints of Jacksons Purple #413A7F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.2%

 BLUE value IS 127 (50% from 255) = 50.8%

R = 26%
G = 23.2%
B = 50.8%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#413A7F (or 0x413A7F) is known color: Jacksons Purple. HEX triplet: 41, 3A and 7F. RGB value is (65,58,127). Sum of RGB (Red+Green+Blue) = 65+58+127=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #413A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A7F is #BEC580. Grayscale: #434343. Windows color (decimal): -12502401 or 8337985. OLE color: 8337985.

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

Color convert

RGB 65 58 127 -
CMYK 0.49 0.54 0 0.50
HSL 246.09º 0.37% 0.36% -
HSV(B) 246.09º 0.54% 0.5% -
XYZ 7.52 5.68 20.78 -
YUV 67.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 65 58 127 0.49 0.54 0 0.50 246.09 0.37 0.36
Hex 41 3A 7F 31 36 0 32 F6 25 24
Octal 101 72 177 61 66 0 62 366 45 44
Binary 1000001 111010 1111111 110001 110110 0 110010 11110110 100101 100100

Color Harmonies of #413A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A7F

Black with #413A7F

Text Example


Text Example

White with #413A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,58,127); }

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

background-color css

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

 a { background-color: rgb(65,58,127); }

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

border-color css

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

 span { border-color: rgb(65,58,127); }

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