Html Css Color HEX #41407D Jacksons Purple

📋 copy color: '#41407D'

red 65 ◦ green 64 ◦ blue 125

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

Shades of Jacksons Purple #41407D

Tints of Jacksons Purple #41407D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.2%

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

R = 25.59%
G = 25.2%
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

#41407D (or 0x41407D) is known color: Jacksons Purple. HEX triplet: 41, 40 and 7D. RGB value is (65,64,125). Sum of RGB (Red+Green+Blue) = 65+64+125=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #41407D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41407D is #BEBF82. Grayscale: #474747. Windows color (decimal): -12500867 or 8208449. OLE color: 8208449.

HSL color Cylindrical-coordinate representation of color #41407D: hue angle of 240.98º degrees, saturation: 0.32, 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 #41407D is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 64 125 -
CMYK 0.48 0.49 0 0.51
HSL 240.98º 0.32% 0.37% -
HSV(B) 240.98º 0.49% 0.49% -
XYZ 7.72 6.27 20.21 -
YUV 71.25 158.33 123.54 -
System Red Green Blue C M Y K H S L
Decimal 65 64 125 0.48 0.49 0 0.51 240.98 0.32 0.37
Hex 41 40 7D 30 31 0 33 F1 20 25
Octal 101 100 175 60 61 0 63 361 40 45
Binary 1000001 1000000 1111101 110000 110001 0 110011 11110001 100000 100101

Color Harmonies of #41407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41407D

Black with #41407D

Text Example


Text Example

White with #41407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41407D; }

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

 H1.HeaderClassName
 {
   color: #41407D;
 }
 .AnyTagClassName
 {
   color: #41407D;
 }
</style>

background-color css

<style>
 a { background-color: #41407D; }

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

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

border-color css

<style>
 span { border-color: #41407D; }

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

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