Html Css Color HEX #41487C Jacksons Purple

📋 copy color: '#41487C'

red 65 ◦ green 72 ◦ blue 124

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

Shades of Jacksons Purple #41487C

Tints of Jacksons Purple #41487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.59%

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

R = 24.9%
G = 27.59%
B = 47.51%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41487C (or 0x41487C) is known color: Jacksons Purple. HEX triplet: 41, 48 and 7C. RGB value is (65,72,124). Sum of RGB (Red+Green+Blue) = 65+72+124=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #41487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41487C is #BEB783. Grayscale: #4B4B4B. Windows color (decimal): -12498820 or 8144961. OLE color: 8144961.

HSL color Cylindrical-coordinate representation of color #41487C: hue angle of 232.88º 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 #41487C is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 72 124 -
CMYK 0.48 0.42 0 0.51
HSL 232.88º 0.31% 0.37% -
HSV(B) 232.88º 0.48% 0.49% -
XYZ 8.14 7.21 20.03 -
YUV 75.84 155.18 120.27 -
System Red Green Blue C M Y K H S L
Decimal 65 72 124 0.48 0.42 0 0.51 232.88 0.31 0.37
Hex 41 48 7C 30 2A 0 33 E9 1F 25
Octal 101 110 174 60 52 0 63 351 37 45
Binary 1000001 1001000 1111100 110000 101010 0 110011 11101001 11111 100101

Color Harmonies of #41487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41487C

Black with #41487C

Text Example


Text Example

White with #41487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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