Html Css Color HEX #41477C Jacksons Purple

📋 copy color: '#41477C'

red 65 ◦ green 71 ◦ blue 124

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

Shades of Jacksons Purple #41477C

Tints of Jacksons Purple #41477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.31%

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

R = 25%
G = 27.31%
B = 47.69%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41477C (or 0x41477C) is known color: Jacksons Purple. HEX triplet: 41, 47 and 7C. RGB value is (65,71,124). Sum of RGB (Red+Green+Blue) = 65+71+124=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #41477C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41477C is #BEB883. Grayscale: #4B4B4B. Windows color (decimal): -12499076 or 8144705. OLE color: 8144705.

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

Color convert

RGB 65 71 124 -
CMYK 0.48 0.43 0 0.51
HSL 233.9º 0.31% 0.37% -
HSV(B) 233.9º 0.48% 0.49% -
XYZ 8.07 7.09 20.01 -
YUV 75.25 155.51 120.69 -
System Red Green Blue C M Y K H S L
Decimal 65 71 124 0.48 0.43 0 0.51 233.9 0.31 0.37
Hex 41 47 7C 30 2B 0 33 EA 1F 25
Octal 101 107 174 60 53 0 63 352 37 45
Binary 1000001 1000111 1111100 110000 101011 0 110011 11101010 11111 100101

Color Harmonies of #41477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41477C

Black with #41477C

Text Example


Text Example

White with #41477C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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