#413D7A

Color #413D7A Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #413D7A

Tints of Jacksons Purple #413D7A

Color information

#413D7A (or 0x413D7A) is unknown color: approx Jacksons Purple. HEX triplet: 41, 3D and 7A. RGB value is (65,61,122). Sum of RGB (Red+Green+Blue) = 65+61+122=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #413D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D7A is #BEC285. Grayscale: #444444. Windows color (decimal): -12501638 or 8011073. OLE color: 8011073.

HSL color Cylindrical-coordinate representation of color #413D7A: hue angle of 243.93º degrees, saturation: 0.33, 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 #413D7A is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6561122-
CMYK0.470.5000.52
HSL243.93º33.33%35.88%-
HSV(B)243.93º50%47.84%-
XYZ7.365.8719.16-
YUV69.15157.83125.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.21%
GREEN value IS 61 (24.22% from 255) = 24.60%
BLUE value IS 122 (48.05% from 255) = 49.19%
R=26.21%
G=24.60%
B=49.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65611220.470.5000.52243.9333.3335.88
Hex413D7A2F32034f42124
Octal1017517257620643644144
Binary10000011111011111010101111110010011010011110100100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #413D7A;
 }
 .AnyTagClassName
 {
   color: #413D7A;
 }
</style>
background-color css

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

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

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

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

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

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