Html Css Color HEX #41397A Jacksons Purple

📋 copy color: '#41397A'

red 65 ◦ green 57 ◦ blue 122

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

Shades of Jacksons Purple #41397A

Tints of Jacksons Purple #41397A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 50%

R = 26.64%
G = 23.36%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41397A (or 0x41397A) is known color: Jacksons Purple. HEX triplet: 41, 39 and 7A. RGB value is (65,57,122). Sum of RGB (Red+Green+Blue) = 65+57+122=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #41397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41397A is #BEC685. Grayscale: #424242. Windows color (decimal): -12502662 or 8010049. OLE color: 8010049.

HSL color Cylindrical-coordinate representation of color #41397A: hue angle of 247.38º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41397A is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 57 122 -
CMYK 0.47 0.53 0 0.52
HSL 247.38º 0.36% 0.35% -
HSV(B) 247.38º 0.53% 0.48% -
XYZ 7.16 5.46 19.09 -
YUV 66.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 65 57 122 0.47 0.53 0 0.52 247.38 0.36 0.35
Hex 41 39 7A 2F 35 0 34 F7 24 23
Octal 101 71 172 57 65 0 64 367 44 43
Binary 1000001 111001 1111010 101111 110101 0 110100 11110111 100100 100011

Color Harmonies of #41397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41397A

Black with #41397A

Text Example


Text Example

White with #41397A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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