Html Css Color HEX #41397B Jacksons Purple

📋 copy color: '#41397B'

red 65 ◦ green 57 ◦ blue 123

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

Shades of Jacksons Purple #41397B

Tints of Jacksons Purple #41397B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 50.2%

R = 26.53%
G = 23.27%
B = 50.2%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41397B (or 0x41397B) is known color: Jacksons Purple. HEX triplet: 41, 39 and 7B. RGB value is (65,57,123). Sum of RGB (Red+Green+Blue) = 65+57+123=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #41397B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41397B is #BEC684. Grayscale: #424242. Windows color (decimal): -12502661 or 8075585. OLE color: 8075585.

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

Color convert

RGB 65 57 123 -
CMYK 0.47 0.54 0 0.52
HSL 247.27º 0.37% 0.35% -
HSV(B) 247.27º 0.54% 0.48% -
XYZ 7.22 5.48 19.42 -
YUV 66.92 159.65 126.63 -
System Red Green Blue C M Y K H S L
Decimal 65 57 123 0.47 0.54 0 0.52 247.27 0.37 0.35
Hex 41 39 7B 2F 36 0 34 F7 25 23
Octal 101 71 173 57 66 0 64 367 45 43
Binary 1000001 111001 1111011 101111 110110 0 110100 11110111 100101 100011

Color Harmonies of #41397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41397B

Black with #41397B

Text Example


Text Example

White with #41397B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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