Html Css Color HEX #41497C Jacksons Purple

📋 copy color: '#41497C'

red 65 ◦ green 73 ◦ blue 124

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

Shades of Jacksons Purple #41497C

Tints of Jacksons Purple #41497C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 47.33%

R = 24.81%
G = 27.86%
B = 47.33%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41497C (or 0x41497C) is known color: Jacksons Purple. HEX triplet: 41, 49 and 7C. RGB value is (65,73,124). Sum of RGB (Red+Green+Blue) = 65+73+124=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #41497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41497C is #BEB683. Grayscale: #4C4C4C. Windows color (decimal): -12498564 or 8145217. OLE color: 8145217.

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

Color convert

RGB 65 73 124 -
CMYK 0.48 0.41 0 0.51
HSL 231.86º 0.31% 0.37% -
HSV(B) 231.86º 0.48% 0.49% -
XYZ 8.2 7.34 20.05 -
YUV 76.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 65 73 124 0.48 0.41 0 0.51 231.86 0.31 0.37
Hex 41 49 7C 30 29 0 33 E8 1F 25
Octal 101 111 174 60 51 0 63 350 37 45
Binary 1000001 1001001 1111100 110000 101001 0 110011 11101000 11111 100101

Color Harmonies of #41497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41497C

Black with #41497C

Text Example


Text Example

White with #41497C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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