Html Css Color HEX #413F7C Jacksons Purple

📋 copy color: '#413F7C'

red 65 ◦ green 63 ◦ blue 124

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

Shades of Jacksons Purple #413F7C

Tints of Jacksons Purple #413F7C

RGB

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

 GREEN value IS 63 (25% from 255) = 25%

 BLUE value IS 124 (48.83% from 255) = 49.21%

R = 25.79%
G = 25%
B = 49.21%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#413F7C (or 0x413F7C) is known color: Jacksons Purple. HEX triplet: 41, 3F and 7C. RGB value is (65,63,124). Sum of RGB (Red+Green+Blue) = 65+63+124=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #413F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F7C is #BEC083. Grayscale: #464646. Windows color (decimal): -12501124 or 8142657. OLE color: 8142657.

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

Color convert

RGB 65 63 124 -
CMYK 0.48 0.49 0 0.51
HSL 241.97º 0.33% 0.37% -
HSV(B) 241.97º 0.49% 0.49% -
XYZ 7.6 6.13 19.85 -
YUV 70.55 158.16 124.04 -
System Red Green Blue C M Y K H S L
Decimal 65 63 124 0.48 0.49 0 0.51 241.97 0.33 0.37
Hex 41 3F 7C 30 31 0 33 F2 21 25
Octal 101 77 174 60 61 0 63 362 41 45
Binary 1000001 111111 1111100 110000 110001 0 110011 11110010 100001 100101

Color Harmonies of #413F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F7C

Black with #413F7C

Text Example


Text Example

White with #413F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,63,124); }

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

background-color css

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

 a { background-color: rgb(65,63,124); }

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

border-color css

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

 span { border-color: rgb(65,63,124); }

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