Html Css Color HEX #41397D Jacksons Purple

📋 copy color: '#41397D'

red 65 ◦ green 57 ◦ blue 125

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

Shades of Jacksons Purple #41397D

Tints of Jacksons Purple #41397D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.08%

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

R = 26.32%
G = 23.08%
B = 50.61%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41397D (or 0x41397D) is known color: Jacksons Purple. HEX triplet: 41, 39 and 7D. RGB value is (65,57,125). Sum of RGB (Red+Green+Blue) = 65+57+125=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #41397D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41397D is #BEC682. Grayscale: #424242. Windows color (decimal): -12502659 or 8206657. OLE color: 8206657.

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

Color convert

RGB 65 57 125 -
CMYK 0.48 0.54 0 0.51
HSL 247.06º 0.37% 0.36% -
HSV(B) 247.06º 0.54% 0.49% -
XYZ 7.34 5.53 20.08 -
YUV 67.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 65 57 125 0.48 0.54 0 0.51 247.06 0.37 0.36
Hex 41 39 7D 30 36 0 33 F7 25 24
Octal 101 71 175 60 66 0 63 367 45 44
Binary 1000001 111001 1111101 110000 110110 0 110011 11110111 100101 100100

Color Harmonies of #41397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41397D

Black with #41397D

Text Example


Text Example

White with #41397D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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