Html Css Color HEX #41497B Jacksons Purple

📋 copy color: '#41497B'

red 65 ◦ green 73 ◦ blue 123

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

Shades of Jacksons Purple #41497B

Tints of Jacksons Purple #41497B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.97%

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

R = 24.9%
G = 27.97%
B = 47.13%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41497B (or 0x41497B) is known color: Jacksons Purple. HEX triplet: 41, 49 and 7B. RGB value is (65,73,123). Sum of RGB (Red+Green+Blue) = 65+73+123=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #41497B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41497B is #BEB684. Grayscale: #4C4C4C. Windows color (decimal): -12498565 or 8079681. OLE color: 8079681.

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

Color convert

RGB 65 73 123 -
CMYK 0.47 0.41 0 0.52
HSL 231.72º 0.31% 0.37% -
HSV(B) 231.72º 0.47% 0.48% -
XYZ 8.14 7.32 19.72 -
YUV 76.31 154.35 119.93 -
System Red Green Blue C M Y K H S L
Decimal 65 73 123 0.47 0.41 0 0.52 231.72 0.31 0.37
Hex 41 49 7B 2F 29 0 34 E8 1F 25
Octal 101 111 173 57 51 0 64 350 37 45
Binary 1000001 1001001 1111011 101111 101001 0 110100 11101000 11111 100101

Color Harmonies of #41497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41497B

Black with #41497B

Text Example


Text Example

White with #41497B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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